Html Css Color HEX #01167B Navy

📋 copy color: '#01167B'

red 1 ◦ green 22 ◦ blue 123

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

Shades of Navy #01167B

Tints of Navy #01167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 84.25%

R = 0.68%
G = 15.07%
B = 84.25%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01167B (or 0x01167B) is known color: Navy. HEX triplet: 01, 16 and 7B. RGB value is (1,22,123). Sum of RGB (Red+Green+Blue) = 1+22+123=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #01167B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01167B is #FEE984. Grayscale: #1A1A1A. Windows color (decimal): -16705925 or 8066561. OLE color: 8066561.

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

Color convert

RGB 1 22 123 -
CMYK 0.99 0.82 0 0.52
HSL 229.67º 0.98% 0.24% -
HSV(B) 229.67º 0.99% 0.48% -
XYZ 3.87 2.01 18.92 -
YUV 27.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 1 22 123 0.99 0.82 0 0.52 229.67 0.98 0.24
Hex 1 16 7B 63 52 0 34 E6 62 18
Octal 1 26 173 143 122 0 64 346 142 30
Binary 1 10110 1111011 1100011 1010010 0 110100 11100110 1100010 11000

Color Harmonies of #01167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01167B

Black with #01167B

Text Example


Text Example

White with #01167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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