#0C608E

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

Shades of Allports #0C608E

Tints of Allports #0C608E

Color information

#0C608E (or 0x0C608E) is unknown color: approx Allports. HEX triplet: 0C, 60 and 8E. RGB value is (12,96,142). Sum of RGB (Red+Green+Blue) = 12+96+142=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #0C608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C608E is #F39F71. Grayscale: #4B4B4B. Windows color (decimal): -15966066 or 9330700. OLE color: 9330700.

HSL color Cylindrical-coordinate representation of color #0C608E: hue angle of 201.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C608E is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1296142-
CMYK0.920.3200.44
HSL201.23º84.42%30.2%-
HSV(B)201.23º91.55%55.69%-
XYZ9.2210.427.11-
YUV76.13165.1782.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=4.8%
G=38.4%
B=56.8%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12961420.920.3200.44201.2384.4230.2
HexC608E5C2002Cc9541e
Octal141402161344005431112436
Binary11001100000100011101011100100000010110011001001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,142); }

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

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

 a { background-color: rgb(12,96,142); }

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

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

 span { border-color: rgb(12,96,142); }

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