#1C427D

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

Shades of Dark Cerulean #1C427D

Tints of Dark Cerulean #1C427D

Color information

#1C427D (or 0x1C427D) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 42 and 7D. RGB value is (28,66,125). Sum of RGB (Red+Green+Blue) = 28+66+125=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C427D is #E3BD82. Grayscale: #3D3D3D. Windows color (decimal): -14925187 or 8208924. OLE color: 8208924.

HSL color Cylindrical-coordinate representation of color #1C427D: hue angle of 216.49º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C427D is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2866125-
CMYK0.780.4700.51
HSL216.49º63.4%30%-
HSV(B)216.49º77.6%49.02%-
XYZ6.135.6220.16-
YUV61.36163.91104.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=12.79%
G=30.14%
B=57.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28661250.780.4700.51216.4963.430
Hex1C427D4E2F033d83f1e
Octal34102175116570633307736
Binary1110010000101111101100111010111101100111101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,66,125); }

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

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

 a { background-color: rgb(28,66,125); }

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

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

 span { border-color: rgb(28,66,125); }

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