#1D4CBE

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

Shades of Cerulean Blue #1D4CBE

Tints of Cerulean Blue #1D4CBE

Color information

#1D4CBE (or 0x1D4CBE) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 4C and BE. RGB value is (29,76,190). Sum of RGB (Red+Green+Blue) = 29+76+190=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D4CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CBE is #E2B341. Grayscale: #4A4A4A. Windows color (decimal): -14857026 or 12471325. OLE color: 12471325.

HSL color Cylindrical-coordinate representation of color #1D4CBE: hue angle of 222.48º 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 #1D4CBE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2976190-
CMYK0.850.6000.25
HSL222.48º73.52%42.94%-
HSV(B)222.48º84.74%74.51%-
XYZ12.399.1549.83-
YUV74.94192.9395.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.83%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=9.83%
G=25.76%
B=64.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29761900.850.6000.25222.4873.5242.94
Hex1D4CBE553C019de4a2b
Octal351142761257403133611253
Binary111011001100101111101010101111100011001110111101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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