#1B4078

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

Shades of Dark Cerulean #1B4078

Tints of Dark Cerulean #1B4078

Color information

#1B4078 (or 0x1B4078) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 40 and 78. RGB value is (27,64,120). Sum of RGB (Red+Green+Blue) = 27+64+120=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B4078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4078 is #E4BF87. Grayscale: #3B3B3B. Windows color (decimal): -14991240 or 7880731. OLE color: 7880731.

HSL color Cylindrical-coordinate representation of color #1B4078: hue angle of 216.13º 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 #1B4078 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2764120-
CMYK0.780.4700.53
HSL216.13º63.27%28.82%-
HSV(B)216.13º77.5%47.06%-
XYZ5.685.2618.48-
YUV59.32162.24104.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.80%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=12.80%
G=30.33%
B=56.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27641200.780.4700.53216.1363.2728.82
Hex1B40784E2F035d83f1d
Octal33100170116570653307735
Binary1101110000001111000100111010111101101011101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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