#1B4DAC

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

Shades of Cerulean Blue #1B4DAC

Tints of Cerulean Blue #1B4DAC

Color information

#1B4DAC (or 0x1B4DAC) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4D and AC. RGB value is (27,77,172). Sum of RGB (Red+Green+Blue) = 27+77+172=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DAC is #E4B253. Grayscale: #484848. Windows color (decimal): -14987860 or 11291931. OLE color: 11291931.

HSL color Cylindrical-coordinate representation of color #1B4DAC: hue angle of 219.31º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4DAC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2777172-
CMYK0.840.5500.33
HSL219.31º72.86%39.02%-
HSV(B)219.31º84.3%67.45%-
XYZ10.558.5240.12-
YUV72.88183.9495.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 172 (67.58% from 255) = 62.32%
R=9.78%
G=27.90%
B=62.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27771720.840.5500.33219.3172.8639.02
Hex1B4DAC5437021db4927
Octal331152541246704133311147
Binary1101110011011010110010101001101110100001110110111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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