Html Css Color HEX #1B4576 Dark Cerulean

📋 copy color: '#1B4576'

red 27 ◦ green 69 ◦ blue 118

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

Shades of Dark Cerulean #1B4576

Tints of Dark Cerulean #1B4576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 12.62%
G = 32.24%
B = 55.14%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B4576 (or 0x1B4576) is known color: Dark Cerulean. HEX triplet: 1B, 45 and 76. RGB value is (27,69,118). Sum of RGB (Red+Green+Blue) = 27+69+118=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B4576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4576 is #E4BA89. Grayscale: #3D3D3D. Windows color (decimal): -14989962 or 7750939. OLE color: 7750939.

HSL color Cylindrical-coordinate representation of color #1B4576: hue angle of 212.31º 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 #1B4576 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 69 118 -
CMYK 0.77 0.42 0 0.54
HSL 212.31º 0.63% 0.28% -
HSV(B) 212.31º 0.77% 0.46% -
XYZ 5.85 5.8 17.95 -
YUV 62.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 27 69 118 0.77 0.42 0 0.54 212.31 0.63 0.28
Hex 1B 45 76 4D 2A 0 36 D4 3F 1C
Octal 33 105 166 115 52 0 66 324 77 34
Binary 11011 1000101 1110110 1001101 101010 0 110110 11010100 111111 11100

Color Harmonies of #1B4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4576

Black with #1B4576

Text Example


Text Example

White with #1B4576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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