#1D4EBB

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

Shades of Cerulean Blue #1D4EBB

Tints of Cerulean Blue #1D4EBB

Color information

#1D4EBB (or 0x1D4EBB) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 4E and BB. RGB value is (29,78,187). Sum of RGB (Red+Green+Blue) = 29+78+187=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D4EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4EBB is #E2B144. Grayscale: #4B4B4B. Windows color (decimal): -14856517 or 12275229. OLE color: 12275229.

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

Color convert

RGB2978187-
CMYK0.840.5800.27
HSL221.39º73.15%42.35%-
HSV(B)221.39º84.49%73.33%-
XYZ12.29.348.17-
YUV75.77190.7794.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=9.86%
G=26.53%
B=63.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29781870.840.5800.27221.3973.1542.35
Hex1D4EBB543A01Bdd492a
Octal351162731247203333511152
Binary111011001110101110111010100111010011011110111011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,78,187); }

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

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

 a { background-color: rgb(29,78,187); }

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

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

 span { border-color: rgb(29,78,187); }

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