#1C457B

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

Shades of Dark Cerulean #1C457B

Tints of Dark Cerulean #1C457B

Color information

#1C457B (or 0x1C457B) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 45 and 7B. RGB value is (28,69,123). Sum of RGB (Red+Green+Blue) = 28+69+123=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C457B is #E3BA84. Grayscale: #3E3E3E. Windows color (decimal): -14924421 or 8078620. OLE color: 8078620.

HSL color Cylindrical-coordinate representation of color #1C457B: hue angle of 214.11º 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 #1C457B is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2869123-
CMYK0.770.4400.52
HSL214.11º62.91%29.61%-
HSV(B)214.11º77.24%48.24%-
XYZ6.185.9319.56-
YUV62.9161.92103.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=12.73%
G=31.36%
B=55.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28691230.770.4400.52214.1162.9129.61
Hex1C457B4D2C034d63f1e
Octal34105173115540643267736
Binary1110010001011111011100110110110001101001101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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