#1C417F

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

Shades of Dark Cerulean #1C417F

Tints of Dark Cerulean #1C417F

Color information

#1C417F (or 0x1C417F) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 41 and 7F. RGB value is (28,65,127). Sum of RGB (Red+Green+Blue) = 28+65+127=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C417F is #E3BE80. Grayscale: #3C3C3C. Windows color (decimal): -14925441 or 8339740. OLE color: 8339740.

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

Color convert

RGB2865127-
CMYK0.780.4900.50
HSL217.58º63.87%30.39%-
HSV(B)217.58º77.95%49.8%-
XYZ6.25.5620.83-
YUV61165.24104.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 127 (50% from 255) = 57.73%
R=12.73%
G=29.55%
B=57.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal28651270.780.4900.50217.5863.8730.39
Hex1C417F4E31032da401e
Octal341011771166106233210036
Binary11100100000111111111001110110001011001011011010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,127); }

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

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

 a { background-color: rgb(28,65,127); }

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

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

 span { border-color: rgb(28,65,127); }

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