#1B3F73

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

Shades of Dark Cerulean #1B3F73

Tints of Dark Cerulean #1B3F73

Color information

#1B3F73 (or 0x1B3F73) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 3F and 73. RGB value is (27,63,115). Sum of RGB (Red+Green+Blue) = 27+63+115=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B3F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3F73 is #E4C08C. Grayscale: #393939. Windows color (decimal): -14991501 or 7552795. OLE color: 7552795.

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

Color convert

RGB2763115-
CMYK0.770.4500.55
HSL215.45º61.97%27.84%-
HSV(B)215.45º76.52%45.1%-
XYZ5.325.0316.91-
YUV58.16160.07105.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=13.17%
G=30.73%
B=56.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27631150.770.4500.55215.4561.9727.84
Hex1B3F734D2D037d73e1c
Octal3377163115550673277634
Binary110111111111110011100110110110101101111101011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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