#0c557a

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

Shades of Dark Cerulean #0C557A

Tints of Dark Cerulean #0C557A

Color information

#0C557A (or 0x0C557A) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 55 and 7A. RGB value is (12,85,122). Sum of RGB (Red+Green+Blue) = 12+85+122=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C557A is #F3AA85. Grayscale: #434343. Windows color (decimal): -15968902 or 8017164. OLE color: 8017164.

HSL color Cylindrical-coordinate representation of color #0C557A: hue angle of 200.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C557A is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1285122-
CMYK0.900.3000.52
HSL200.18º82.09%26.27%-
HSV(B)200.18º90.16%47.84%-
XYZ6.917.9819.59-
YUV67.39158.8288.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=5.48%
G=38.81%
B=55.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12851220.900.3000.52200.1882.0926.27
HexC557A5A1E034c8521a
Octal141251721323606431012232
Binary110010101011111010101101011110011010011001000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c557a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c557a; }

 p { color: rgb(12,85,122); }

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

<style>
 a { background-color: #0c557a; }

 a { background-color: rgb(12,85,122); }

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

<style>
 span { border-color: #0c557a; }

 span { border-color: rgb(12,85,122); }

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