#000C84

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

Shades of Navy #000C84

Tints of Navy #000C84

Color information

#000C84 (or 0x000C84) is unknown color: approx Navy. HEX triplet: 00, 0C and 84. RGB value is (0,12,132). Sum of RGB (Red+Green+Blue) = 0+12+132=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #000C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C84 is #FFF37B. Grayscale: #151515. Windows color (decimal): -16774012 or 8653824. OLE color: 8653824.

HSL color Cylindrical-coordinate representation of color #000C84: hue angle of 234.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C84 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB012132-
CMYK10.9100.48
HSL234.55º100%25.88%-
HSV(B)234.55º100%51.76%-
XYZ4.31.9321.98-
YUV22.09190.02112.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 132 (51.95% from 255) = 91.67%
R=0%
G=8.33%
B=91.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal01213210.9100.48234.5510025.88
Hex0C84645B030eb641a
Octal01420414413306035314432
Binary011001000010011001001011011011000011101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C84; }

 p { color: rgb(0,12,132); }

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

<style>
 a { background-color: #000C84; }

 a { background-color: rgb(0,12,132); }

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

<style>
 span { border-color: #000C84; }

 span { border-color: rgb(0,12,132); }

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