#1B3F78

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

Shades of Dark Cerulean #1B3F78

Tints of Dark Cerulean #1B3F78

Color information

#1B3F78 (or 0x1B3F78) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 3F and 78. RGB value is (27,63,120). Sum of RGB (Red+Green+Blue) = 27+63+120=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B3F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3F78 is #E4C087. Grayscale: #3A3A3A. Windows color (decimal): -14991496 or 7880475. OLE color: 7880475.

HSL color Cylindrical-coordinate representation of color #1B3F78: hue angle of 216.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3F78 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2763120-
CMYK0.780.4800.53
HSL216.77º63.27%28.82%-
HSV(B)216.77º77.5%47.06%-
XYZ5.625.1418.47-
YUV58.73162.57105.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=12.86%
G=30%
B=57.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27631200.780.4800.53216.7763.2728.82
Hex1B3F784E30035d93f1d
Octal3377170116600653317735
Binary110111111111111000100111011000001101011101100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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