#1B4DBA

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

Shades of Cerulean Blue #1B4DBA

Tints of Cerulean Blue #1B4DBA

Color information

#1B4DBA (or 0x1B4DBA) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4D and BA. RGB value is (27,77,186). Sum of RGB (Red+Green+Blue) = 27+77+186=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DBA is #E4B245. Grayscale: #494949. Windows color (decimal): -14987846 or 12209435. OLE color: 12209435.

HSL color Cylindrical-coordinate representation of color #1B4DBA: hue angle of 221.13º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B4DBA is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2777186-
CMYK0.850.5900.27
HSL221.13º74.65%41.76%-
HSV(B)221.13º85.48%72.94%-
XYZ11.979.0947.58-
YUV74.48190.9494.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 186 (73.05% from 255) = 64.14%
R=9.31%
G=26.55%
B=64.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27771860.850.5900.27221.1374.6541.76
Hex1B4DBA553B01Bdd4b2a
Octal331152721257303333511352
Binary110111001101101110101010101111011011011110111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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