#1D49B4

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

Shades of Cerulean Blue #1D49B4

Tints of Cerulean Blue #1D49B4

Color information

#1D49B4 (or 0x1D49B4) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 49 and B4. RGB value is (29,73,180). Sum of RGB (Red+Green+Blue) = 29+73+180=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D49B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D49B4 is #E2B64B. Grayscale: #474747. Windows color (decimal): -14857804 or 11815197. OLE color: 11815197.

HSL color Cylindrical-coordinate representation of color #1D49B4: hue angle of 222.52º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D49B4 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2973180-
CMYK0.840.5900.29
HSL222.52º72.25%40.98%-
HSV(B)222.52º83.89%70.59%-
XYZ11.138.3244.2-
YUV72.04188.9297.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.28%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 180 (70.70% from 255) = 63.83%
R=10.28%
G=25.89%
B=63.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29731800.840.5900.29222.5272.2540.98
Hex1D49B4543B01Ddf4829
Octal351112641247303533711051
Binary111011001001101101001010100111011011101110111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D49B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,73,180); }

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

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

 a { background-color: rgb(29,73,180); }

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

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

 span { border-color: rgb(29,73,180); }

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