Html Css Color HEX #000167 Navy

📋 copy color: '#000167'

red 0 ◦ green 1 ◦ blue 103

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

Shades of Navy #000167

Tints of Navy #000167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 103 (40.63% from 255) = 99.04%

R = 0%
G = 0.96%
B = 99.04%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000167 (or 0x000167) is known color: Navy. HEX triplet: 00, 01 and 67. RGB value is (0,1,103). Sum of RGB (Red+Green+Blue) = 0+1+103=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 103 (40.62% from 255 or 99.04% from 104); Max value from RGB is 103 - color contains mainly: blue. Hex color #000167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000167 is #FFFE98. Grayscale: #0B0B0B. Windows color (decimal): -16776857 or 6750464. OLE color: 6750464.

HSL color Cylindrical-coordinate representation of color #000167: hue angle of 239.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000167 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 1 103 -
CMYK 1 0.99 0 0.60
HSL 239.42º 1% 0.2% -
HSV(B) 239.42º 1% 0.4% -
XYZ 2.46 1 12.9 -
YUV 12.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 0 1 103 1 0.99 0 0.60 239.42 1 0.2
Hex 0 1 67 64 63 0 3C EF 64 14
Octal 0 1 147 144 143 0 74 357 144 24
Binary 0 1 1100111 1100100 1100011 0 111100 11101111 1100100 10100

Color Harmonies of #000167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000167

Black with #000167

Text Example


Text Example

White with #000167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000167; }

 p { color: rgb(0,1,103); }

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

background-color css

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

 a { background-color: rgb(0,1,103); }

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

border-color css

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

 span { border-color: rgb(0,1,103); }

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