#0C5E88

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

Shades of Allports #0C5E88

Tints of Allports #0C5E88

Color information

#0C5E88 (or 0x0C5E88) is unknown color: approx Allports. HEX triplet: 0C, 5E and 88. RGB value is (12,94,136). Sum of RGB (Red+Green+Blue) = 12+94+136=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C5E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5E88 is #F3A177. Grayscale: #4A4A4A. Windows color (decimal): -15966584 or 8936972. OLE color: 8936972.

HSL color Cylindrical-coordinate representation of color #0C5E88: hue angle of 200.32º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5E88 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1294136-
CMYK0.910.3100.47
HSL200.32º83.78%29.02%-
HSV(B)200.32º91.18%53.33%-
XYZ8.69.8624.74-
YUV74.27162.8383.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.96%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=4.96%
G=38.84%
B=56.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12941360.910.3100.47200.3283.7829.02
HexC5E885B1F02Fc8541d
Octal141362101333705731012435
Binary1100101111010001000101101111111010111111001000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,136); }

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

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

 a { background-color: rgb(12,94,136); }

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

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

 span { border-color: rgb(12,94,136); }

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