Html Css Color HEX #000F84 Navy

📋 copy color: '#000F84'

red 0 ◦ green 15 ◦ blue 132

#000F84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000F84

Tints of Navy #000F84

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 10.2%

 BLUE value IS 132 (51.95% from 255) = 89.8%

R = 0%
G = 10.2%
B = 89.8%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000F84 (or 0x000F84) is known color: Navy. HEX triplet: 00, 0F and 84. RGB value is (0,15,132). Sum of RGB (Red+Green+Blue) = 0+15+132=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 132 (51.95% from 255 or 89.80% from 147); Max value from RGB is 132 - color contains mainly: blue. Hex color #000F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000F84 is #FFF07B. Grayscale: #171717. Windows color (decimal): -16773244 or 8654592. OLE color: 8654592.

HSL color Cylindrical-coordinate representation of color #000F84: hue angle of 233.18º 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 #000F84 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 15 132 -
CMYK 1 0.89 0 0.48
HSL 233.18º 1% 0.26% -
HSV(B) 233.18º 1% 0.52% -
XYZ 4.34 2.01 21.99 -
YUV 23.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 0 15 132 1 0.89 0 0.48 233.18 1 0.26
Hex 0 F 84 64 59 0 30 E9 64 1A
Octal 0 17 204 144 131 0 60 351 144 32
Binary 0 1111 10000100 1100100 1011001 0 110000 11101001 1100100 11010

Color Harmonies of #000F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F84

Black with #000F84

Text Example


Text Example

White with #000F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #000F84;
 }
 .AnyTagClassName
 {
   color: #000F84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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