#1C417A

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

Shades of Dark Cerulean #1C417A

Tints of Dark Cerulean #1C417A

Color information

#1C417A (or 0x1C417A) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 41 and 7A. RGB value is (28,65,122). Sum of RGB (Red+Green+Blue) = 28+65+122=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C417A is #E3BE85. Grayscale: #3C3C3C. Windows color (decimal): -14925446 or 8012060. OLE color: 8012060.

HSL color Cylindrical-coordinate representation of color #1C417A: hue angle of 216.38º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C417A is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2865122-
CMYK0.770.4700.52
HSL216.38º62.67%29.41%-
HSV(B)216.38º77.05%47.84%-
XYZ5.885.4319.15-
YUV60.44162.74104.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=13.02%
G=30.23%
B=56.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28651220.770.4700.52216.3862.6729.41
Hex1C417A4D2F034d83f1d
Octal34101172115570643307735
Binary1110010000011111010100110110111101101001101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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