#1C447A

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

Shades of Dark Cerulean #1C447A

Tints of Dark Cerulean #1C447A

Color information

#1C447A (or 0x1C447A) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 44 and 7A. RGB value is (28,68,122). Sum of RGB (Red+Green+Blue) = 28+68+122=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C447A is #E3BB85. Grayscale: #3D3D3D. Windows color (decimal): -14924678 or 8012828. OLE color: 8012828.

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

Color convert

RGB2868122-
CMYK0.770.4400.52
HSL214.47º62.67%29.41%-
HSV(B)214.47º77.05%47.84%-
XYZ6.065.7919.21-
YUV62.2161.75103.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=12.84%
G=31.19%
B=55.96%

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
Decimal28681220.770.4400.52214.4762.6729.41
Hex1C447A4D2C034d63f1d
Octal34104172115540643267735
Binary1110010001001111010100110110110001101001101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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