Html Css Color HEX #01117B Navy

📋 copy color: '#01117B'

red 1 ◦ green 17 ◦ blue 123

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

Shades of Navy #01117B

Tints of Navy #01117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 0.71%
G = 12.06%
B = 87.23%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01117B (or 0x01117B) is known color: Navy. HEX triplet: 01, 11 and 7B. RGB value is (1,17,123). Sum of RGB (Red+Green+Blue) = 1+17+123=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #01117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01117B is #FEEE84. Grayscale: #171717. Windows color (decimal): -16707205 or 8065281. OLE color: 8065281.

HSL color Cylindrical-coordinate representation of color #01117B: hue angle of 232.13º 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 #01117B is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 17 123 -
CMYK 0.99 0.86 0 0.52
HSL 232.13º 0.98% 0.24% -
HSV(B) 232.13º 0.99% 0.48% -
XYZ 3.79 1.84 18.89 -
YUV 24.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 1 17 123 0.99 0.86 0 0.52 232.13 0.98 0.24
Hex 1 11 7B 63 56 0 34 E8 62 18
Octal 1 21 173 143 126 0 64 350 142 30
Binary 1 10001 1111011 1100011 1010110 0 110100 11101000 1100010 11000

Color Harmonies of #01117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01117B

Black with #01117B

Text Example


Text Example

White with #01117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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