Html Css Color HEX #1B3852 Regal Blue

📋 copy color: '#1B3852'

red 27 ◦ green 56 ◦ blue 82

#1B3852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #1B3852

Tints of Regal Blue #1B3852

RGB

 RED value IS 27 (10.94% from 255) = 16.36%

 GREEN value IS 56 (22.27% from 255) = 33.94%

 BLUE value IS 82 (32.42% from 255) = 49.7%

R = 16.36%
G = 33.94%
B = 49.7%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1B3852 (or 0x1B3852) is known color: Regal Blue. HEX triplet: 1B, 38 and 52. RGB value is (27,56,82). Sum of RGB (Red+Green+Blue) = 27+56+82=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B3852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3852 is #E4C7AD. Grayscale: #323232. Windows color (decimal): -14993326 or 5388315. OLE color: 5388315.

HSL color Cylindrical-coordinate representation of color #1B3852: hue angle of 208.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B3852 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 27 56 82 -
CMYK 0.67 0.32 0 0.68
HSL 208.36º 0.5% 0.21% -
HSV(B) 208.36º 0.67% 0.32% -
XYZ 3.39 3.67 8.51 -
YUV 50.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 27 56 82 0.67 0.32 0 0.68 208.36 0.5 0.21
Hex 1B 38 52 43 20 0 44 D0 32 15
Octal 33 70 122 103 40 0 104 320 62 25
Binary 11011 111000 1010010 1000011 100000 0 1000100 11010000 110010 10101

Color Harmonies of #1B3852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3852

Black with #1B3852

Text Example


Text Example

White with #1B3852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B3852; }

 p { color: rgb(27,56,82); }

 H1.HeaderClassName
 {
   color: #1B3852;
 }
 .AnyTagClassName
 {
   color: #1B3852;
 }
</style>

background-color css

<style>
 a { background-color: #1B3852; }

 a { background-color: rgb(27,56,82); }

 div.DivClassName
 {
   background-color: #1B3852;
 }
 .BgClassName
 {
   background-color: #1B3852;
 }
</style>

border-color css

<style>
 span { border-color: #1B3852; }

 span { border-color: rgb(27,56,82); }

 td.TdClassName
 {
   border-color: #1B3852;
 }
 .TagClassName
 {
   border-color: #1B3852;
 }
</style>