#0C0270

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

Shades of Navy #0C0270

Tints of Navy #0C0270

Color information

#0C0270 (or 0x0C0270) is unknown color: approx Navy. HEX triplet: 0C, 02 and 70. RGB value is (12,2,112). Sum of RGB (Red+Green+Blue) = 12+2+112=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C0270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0270 is #F3FD8F. Grayscale: #111111. Windows color (decimal): -15990160 or 7340556. OLE color: 7340556.

HSL color Cylindrical-coordinate representation of color #0C0270: hue angle of 245.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0270 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB122112-
CMYK0.890.9800.56
HSL245.45º96.49%22.35%-
HSV(B)245.45º98.21%43.92%-
XYZ3.11.2915.42-
YUV17.53181.31124.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 112 (44.14% from 255) = 88.89%
R=9.52%
G=1.59%
B=88.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1221120.890.9800.56245.4596.4922.35
HexC2705962038f56016
Octal14216013114207036514026
Binary110010111000010110011100010011100011110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,2,112); }

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

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

 a { background-color: rgb(12,2,112); }

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

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

 span { border-color: rgb(12,2,112); }

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