Html Css Color HEX #01107B Navy

📋 copy color: '#01107B'

red 1 ◦ green 16 ◦ blue 123

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

Shades of Navy #01107B

Tints of Navy #01107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

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

R = 0.71%
G = 11.43%
B = 87.86%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01107B (or 0x01107B) is known color: Navy. HEX triplet: 01, 10 and 7B. RGB value is (1,16,123). Sum of RGB (Red+Green+Blue) = 1+16+123=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 123 (48.44% from 255 or 87.86% from 140); Max value from RGB is 123 - color contains mainly: blue. Hex color #01107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01107B is #FEEF84. Grayscale: #171717. Windows color (decimal): -16707461 or 8065025. OLE color: 8065025.

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

Color convert

RGB 1 16 123 -
CMYK 0.99 0.87 0 0.52
HSL 232.62º 0.98% 0.24% -
HSV(B) 232.62º 0.99% 0.48% -
XYZ 3.77 1.81 18.89 -
YUV 23.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 1 16 123 0.99 0.87 0 0.52 232.62 0.98 0.24
Hex 1 10 7B 63 57 0 34 E9 62 18
Octal 1 20 173 143 127 0 64 351 142 30
Binary 1 10000 1111011 1100011 1010111 0 110100 11101001 1100010 11000

Color Harmonies of #01107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01107B

Black with #01107B

Text Example


Text Example

White with #01107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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