Html Css Color HEX #1B4876 Dark Cerulean

📋 copy color: '#1B4876'

red 27 ◦ green 72 ◦ blue 118

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

Shades of Dark Cerulean #1B4876

Tints of Dark Cerulean #1B4876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 12.44%
G = 33.18%
B = 54.38%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B4876 (or 0x1B4876) is known color: Dark Cerulean. HEX triplet: 1B, 48 and 76. RGB value is (27,72,118). Sum of RGB (Red+Green+Blue) = 27+72+118=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B4876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4876 is #E4B789. Grayscale: #3F3F3F. Windows color (decimal): -14989194 or 7751707. OLE color: 7751707.

HSL color Cylindrical-coordinate representation of color #1B4876: hue angle of 210.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4876 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 72 118 -
CMYK 0.77 0.39 0 0.54
HSL 210.33º 0.63% 0.28% -
HSV(B) 210.33º 0.77% 0.46% -
XYZ 6.04 6.18 18.01 -
YUV 63.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 27 72 118 0.77 0.39 0 0.54 210.33 0.63 0.28
Hex 1B 48 76 4D 27 0 36 D2 3F 1C
Octal 33 110 166 115 47 0 66 322 77 34
Binary 11011 1001000 1110110 1001101 100111 0 110110 11010010 111111 11100

Color Harmonies of #1B4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4876

Black with #1B4876

Text Example


Text Example

White with #1B4876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,72,118); }

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

background-color css

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

 a { background-color: rgb(27,72,118); }

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

border-color css

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

 span { border-color: rgb(27,72,118); }

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