#1C4EB4

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

Shades of Cerulean Blue #1C4EB4

Tints of Cerulean Blue #1C4EB4

Color information

#1C4EB4 (or 0x1C4EB4) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4E and B4. RGB value is (28,78,180). Sum of RGB (Red+Green+Blue) = 28+78+180=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #1C4EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C4EB4 is #E3B14B. Grayscale: #4A4A4A. Windows color (decimal): -14922060 or 11816476. OLE color: 11816476.

HSL color Cylindrical-coordinate representation of color #1C4EB4: hue angle of 220.26º degrees, saturation: 0.73, 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 #1C4EB4 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2878180-
CMYK0.840.5700.29
HSL220.26º73.08%40.78%-
HSV(B)220.26º84.44%70.59%-
XYZ11.448.9944.31-
YUV74.68187.4494.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.79%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 180 (70.70% from 255) = 62.94%
R=9.79%
G=27.27%
B=62.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28781800.840.5700.29220.2673.0840.78
Hex1C4EB4543901Ddc4929
Octal341162641247103533411151
Binary111001001110101101001010100111001011101110111001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,78,180); }

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

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

 a { background-color: rgb(28,78,180); }

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

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

 span { border-color: rgb(28,78,180); }

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