#0C6989

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

Shades of Allports #0C6989

Tints of Allports #0C6989

Color information

#0C6989 (or 0x0C6989) is unknown color: approx Allports. HEX triplet: 0C, 69 and 89. RGB value is (12,105,137). Sum of RGB (Red+Green+Blue) = 12+105+137=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C6989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6989 is #F39676. Grayscale: #505050. Windows color (decimal): -15963767 or 9005324. OLE color: 9005324.

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

Color convert

RGB12105137-
CMYK0.910.2300.46
HSL195.36º83.89%29.22%-
HSV(B)195.36º91.24%53.73%-
XYZ9.7211.9925.47-
YUV80.84159.6978.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.72%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 137 (53.91% from 255) = 53.94%
R=4.72%
G=41.34%
B=53.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121051370.910.2300.46195.3683.8929.22
HexC69895B1702Ec3541d
Octal141512111332705630312435
Binary1100110100110001001101101110111010111011000011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,105,137); }

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

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

 a { background-color: rgb(12,105,137); }

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

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

 span { border-color: rgb(12,105,137); }

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