#0C0274

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

Shades of Navy #0C0274

Tints of Navy #0C0274

Color information

#0C0274 (or 0x0C0274) is unknown color: approx Navy. HEX triplet: 0C, 02 and 74. RGB value is (12,2,116). Sum of RGB (Red+Green+Blue) = 12+2+116=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C0274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0274 is #F3FD8B. Grayscale: #111111. Windows color (decimal): -15990156 or 7602700. OLE color: 7602700.

HSL color Cylindrical-coordinate representation of color #0C0274: hue angle of 245.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0274 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB122116-
CMYK0.900.9800.55
HSL245.26º96.61%23.14%-
HSV(B)245.26º98.28%45.49%-
XYZ3.331.3816.61-
YUV17.99183.31123.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 116 (45.70% from 255) = 89.23%
R=9.23%
G=1.54%
B=89.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1221160.900.9800.55245.2696.6123.14
HexC2745A62037f56117
Octal14216413214206736514127
Binary110010111010010110101100010011011111110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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