#1B4973

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

Shades of Dark Cerulean #1B4973

Tints of Dark Cerulean #1B4973

Color information

#1B4973 (or 0x1B4973) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 49 and 73. RGB value is (27,73,115). Sum of RGB (Red+Green+Blue) = 27+73+115=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4973 is #E4B68C. Grayscale: #3F3F3F. Windows color (decimal): -14988941 or 7555355. OLE color: 7555355.

HSL color Cylindrical-coordinate representation of color #1B4973: hue angle of 208.64º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4973 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2773115-
CMYK0.770.3700.55
HSL208.64º61.97%27.84%-
HSV(B)208.64º76.52%45.1%-
XYZ5.936.2417.11-
YUV64.03156.76101.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=12.56%
G=33.95%
B=53.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27731150.770.3700.55208.6461.9727.84
Hex1B49734D25037d13e1c
Octal33111163115450673217634
Binary1101110010011110011100110110010101101111101000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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