Html Css Color HEX #000F6C Navy

📋 copy color: '#000F6C'

red 0 ◦ green 15 ◦ blue 108

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

Shades of Navy #000F6C

Tints of Navy #000F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 87.8%

R = 0%
G = 12.2%
B = 87.8%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#000F6C (or 0x000F6C) is known color: Navy. HEX triplet: 00, 0F and 6C. RGB value is (0,15,108). Sum of RGB (Red+Green+Blue) = 0+15+108=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #000F6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F6C is #FFF093. Grayscale: #141414. Windows color (decimal): -16773268 or 7081728. OLE color: 7081728.

HSL color Cylindrical-coordinate representation of color #000F6C: hue angle of 231.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F6C is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 15 108 -
CMYK 1 0.86 0 0.58
HSL 231.67º 1% 0.21% -
HSV(B) 231.67º 1% 0.42% -
XYZ 2.88 1.42 14.31 -
YUV 21.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 0 15 108 1 0.86 0 0.58 231.67 1 0.21
Hex 0 F 6C 64 56 0 3A E8 64 15
Octal 0 17 154 144 126 0 72 350 144 25
Binary 0 1111 1101100 1100100 1010110 0 111010 11101000 1100100 10101

Color Harmonies of #000F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F6C

Black with #000F6C

Text Example


Text Example

White with #000F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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