#1D51BA

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

Shades of Cerulean Blue #1D51BA

Tints of Cerulean Blue #1D51BA

Color information

#1D51BA (or 0x1D51BA) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 51 and BA. RGB value is (29,81,186). Sum of RGB (Red+Green+Blue) = 29+81+186=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D51BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D51BA is #E2AE45. Grayscale: #4C4C4C. Windows color (decimal): -14855750 or 12210461. OLE color: 12210461.

HSL color Cylindrical-coordinate representation of color #1D51BA: hue angle of 220.13º 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 #1D51BA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2981186-
CMYK0.840.5600.27
HSL220.13º73.02%42.16%-
HSV(B)220.13º84.41%72.94%-
XYZ12.319.6947.68-
YUV77.42189.2793.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.80%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=9.80%
G=27.36%
B=62.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29811860.840.5600.27220.1373.0242.16
Hex1D51BA543801Bdc492a
Octal351212721247003333411152
Binary111011010001101110101010100111000011011110111001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,186); }

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

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

 a { background-color: rgb(29,81,186); }

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

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

 span { border-color: rgb(29,81,186); }

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