#0C6389

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

Shades of Allports #0C6389

Tints of Allports #0C6389

Color information

#0C6389 (or 0x0C6389) is unknown color: approx Allports. HEX triplet: 0C, 63 and 89. RGB value is (12,99,137). Sum of RGB (Red+Green+Blue) = 12+99+137=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C6389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6389 is #F39C76. Grayscale: #4D4D4D. Windows color (decimal): -15965303 or 9003788. OLE color: 9003788.

HSL color Cylindrical-coordinate representation of color #0C6389: hue angle of 198.24º 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 #0C6389 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1299137-
CMYK0.910.2800.46
HSL198.24º83.89%29.22%-
HSV(B)198.24º91.24%53.73%-
XYZ9.1310.8125.27-
YUV77.32161.6881.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.84%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=4.84%
G=39.92%
B=55.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12991370.910.2800.46198.2483.8929.22
HexC63895B1C02Ec6541d
Octal141432111333405630612435
Binary1100110001110001001101101111100010111011000110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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