Html Css Color HEX #01167D Navy

📋 copy color: '#01167D'

red 1 ◦ green 22 ◦ blue 125

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

Shades of Navy #01167D

Tints of Navy #01167D

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

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

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

R = 0.68%
G = 14.86%
B = 84.46%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01167D (or 0x01167D) is known color: Navy. HEX triplet: 01, 16 and 7D. RGB value is (1,22,125). Sum of RGB (Red+Green+Blue) = 1+22+125=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 125 (49.22% from 255 or 84.46% from 148); Max value from RGB is 125 - color contains mainly: blue. Hex color #01167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01167D is #FEE982. Grayscale: #1B1B1B. Windows color (decimal): -16705923 or 8197633. OLE color: 8197633.

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

Color convert

RGB 1 22 125 -
CMYK 0.99 0.82 0 0.51
HSL 229.84º 0.98% 0.25% -
HSV(B) 229.84º 0.99% 0.49% -
XYZ 4 2.06 19.59 -
YUV 27.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 1 22 125 0.99 0.82 0 0.51 229.84 0.98 0.25
Hex 1 16 7D 63 52 0 33 E6 62 19
Octal 1 26 175 143 122 0 63 346 142 31
Binary 1 10110 1111101 1100011 1010010 0 110011 11100110 1100010 11001

Color Harmonies of #01167D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01167D

Black with #01167D

Text Example


Text Example

White with #01167D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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