#1B4976

Color #1B4976 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1B4976

Tints of Dark Cerulean #1B4976

Color information

#1B4976 (or 0x1B4976) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 49 and 76. RGB value is (27,73,118). Sum of RGB (Red+Green+Blue) = 27+73+118=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B4976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4976 is #E4B689. Grayscale: #404040. Windows color (decimal): -14988938 or 7751963. OLE color: 7751963.

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

Color convert

RGB2773118-
CMYK0.770.3800.54
HSL209.67º62.76%28.43%-
HSV(B)209.67º77.12%46.27%-
XYZ6.16.3118.03-
YUV64.38158.26101.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=12.39%
G=33.49%
B=54.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27731180.770.3800.54209.6762.7628.43
Hex1B49764D26036d23f1c
Octal33111166115460663227734
Binary1101110010011110110100110110011001101101101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B4976;
 }
 .AnyTagClassName
 {
   color: #1B4976;
 }
</style>
background-color css

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

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

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

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

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

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