#0C017A

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

Shades of Navy #0C017A

Tints of Navy #0C017A

Color information

#0C017A (or 0x0C017A) is unknown color: approx Navy. HEX triplet: 0C, 01 and 7A. RGB value is (12,1,122). Sum of RGB (Red+Green+Blue) = 12+1+122=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C017A is #F3FE85. Grayscale: #111111. Windows color (decimal): -15990406 or 7995660. OLE color: 7995660.

HSL color Cylindrical-coordinate representation of color #0C017A: hue angle of 245.45º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C017A is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB121122-
CMYK0.900.9900.52
HSL245.45º98.37%24.12%-
HSV(B)245.45º99.18%47.84%-
XYZ3.681.5118.51-
YUV18.08186.64123.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 122 (48.05% from 255) = 90.37%
R=8.89%
G=0.74%
B=90.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1211220.900.9900.52245.4598.3724.12
HexC17A5A63034f56218
Octal14117213214306436514230
Binary11001111101010110101100011011010011110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,122); }

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

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

 a { background-color: rgb(12,1,122); }

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

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

 span { border-color: rgb(12,1,122); }

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