#1C407B

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

Shades of Dark Cerulean #1C407B

Tints of Dark Cerulean #1C407B

Color information

#1C407B (or 0x1C407B) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 40 and 7B. RGB value is (28,64,123). Sum of RGB (Red+Green+Blue) = 28+64+123=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C407B is #E3BF84. Grayscale: #3B3B3B. Windows color (decimal): -14925701 or 8077340. OLE color: 8077340.

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

Color convert

RGB2864123-
CMYK0.770.4800.52
HSL217.26º62.91%29.61%-
HSV(B)217.26º77.24%48.24%-
XYZ5.895.3419.46-
YUV59.96163.57105.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=13.02%
G=29.77%
B=57.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28641230.770.4800.52217.2662.9129.61
Hex1C407B4D30034d93f1e
Octal34100173115600643317736
Binary1110010000001111011100110111000001101001101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,123); }

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

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

 a { background-color: rgb(28,64,123); }

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

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

 span { border-color: rgb(28,64,123); }

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