#0C658C

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

Shades of Allports #0C658C

Tints of Allports #0C658C

Color information

#0C658C (or 0x0C658C) is unknown color: approx Allports. HEX triplet: 0C, 65 and 8C. RGB value is (12,101,140). Sum of RGB (Red+Green+Blue) = 12+101+140=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C658C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C658C is #F39A73. Grayscale: #4E4E4E. Windows color (decimal): -15964788 or 9200908. OLE color: 9200908.

HSL color Cylindrical-coordinate representation of color #0C658C: hue angle of 198.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C658C is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12101140-
CMYK0.910.2800.45
HSL198.28º84.21%29.8%-
HSV(B)198.28º91.43%54.9%-
XYZ9.5411.2826.49-
YUV78.84162.5180.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=4.74%
G=39.92%
B=55.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121011400.910.2800.45198.2884.2129.8
HexC658C5B1C02Dc6541e
Octal141452141333405530612436
Binary1100110010110001100101101111100010110111000110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,101,140); }

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

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

 a { background-color: rgb(12,101,140); }

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

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

 span { border-color: rgb(12,101,140); }

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