#1D4ABE

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

Shades of Cerulean Blue #1D4ABE

Tints of Cerulean Blue #1D4ABE

Color information

#1D4ABE (or 0x1D4ABE) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 4A and BE. RGB value is (29,74,190). Sum of RGB (Red+Green+Blue) = 29+74+190=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D4ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4ABE is #E2B541. Grayscale: #494949. Windows color (decimal): -14857538 or 12470813. OLE color: 12470813.

HSL color Cylindrical-coordinate representation of color #1D4ABE: hue angle of 223.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D4ABE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2974190-
CMYK0.850.6100.25
HSL223.23º73.52%42.94%-
HSV(B)223.23º84.74%74.51%-
XYZ12.258.8849.78-
YUV73.77193.5996.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.90%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=9.90%
G=25.26%
B=64.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29741900.850.6100.25223.2373.5242.94
Hex1D4ABE553D019df4a2b
Octal351122761257503133711253
Binary111011001010101111101010101111101011001110111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,74,190); }

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

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

 a { background-color: rgb(29,74,190); }

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

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

 span { border-color: rgb(29,74,190); }

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