Html Css Color HEX #00167D Navy

📋 copy color: '#00167D'

red 0 ◦ green 22 ◦ blue 125

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

Shades of Navy #00167D

Tints of Navy #00167D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

 BLUE value IS 125 (49.22% from 255) = 85.03%

R = 0%
G = 14.97%
B = 85.03%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00167D (or 0x00167D) is known color: Navy. HEX triplet: 00, 16 and 7D. RGB value is (0,22,125). Sum of RGB (Red+Green+Blue) = 0+22+125=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #00167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00167D is #FFE982. Grayscale: #1A1A1A. Windows color (decimal): -16771459 or 8197632. OLE color: 8197632.

HSL color Cylindrical-coordinate representation of color #00167D: hue angle of 229.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00167D is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 22 125 -
CMYK 1 0.82 0 0.51
HSL 229.44º 1% 0.25% -
HSV(B) 229.44º 1% 0.49% -
XYZ 3.99 2.05 19.59 -
YUV 27.16 183.21 108.62 -
System Red Green Blue C M Y K H S L
Decimal 0 22 125 1 0.82 0 0.51 229.44 1 0.25
Hex 0 16 7D 64 52 0 33 E5 64 19
Octal 0 26 175 144 122 0 63 345 144 31
Binary 0 10110 1111101 1100100 1010010 0 110011 11100101 1100100 11001

Color Harmonies of #00167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00167D

Black with #00167D

Text Example


Text Example

White with #00167D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00167D; }

 p { color: rgb(0,22,125); }

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

background-color css

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

 a { background-color: rgb(0,22,125); }

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

border-color css

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

 span { border-color: rgb(0,22,125); }

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