#1B4DB2

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

Shades of Cerulean Blue #1B4DB2

Tints of Cerulean Blue #1B4DB2

Color information

#1B4DB2 (or 0x1B4DB2) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4D and B2. RGB value is (27,77,178). Sum of RGB (Red+Green+Blue) = 27+77+178=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B4DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DB2 is #E4B24D. Grayscale: #494949. Windows color (decimal): -14987854 or 11685147. OLE color: 11685147.

HSL color Cylindrical-coordinate representation of color #1B4DB2: hue angle of 220.13º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4DB2 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2777178-
CMYK0.850.5700.30
HSL220.13º73.66%40.2%-
HSV(B)220.13º84.83%69.8%-
XYZ11.148.7643.22-
YUV73.56186.9494.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 178 (69.92% from 255) = 63.12%
R=9.57%
G=27.30%
B=63.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal27771780.850.5700.30220.1373.6640.2
Hex1B4DB2553901Edc4a28
Octal331152621257103633411250
Binary110111001101101100101010101111001011110110111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,77,178); }

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

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

 a { background-color: rgb(27,77,178); }

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

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

 span { border-color: rgb(27,77,178); }

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