Html Css Color HEX #0173BF Navy Blue

📋 copy color: '#0173BF'

red 1 ◦ green 115 ◦ blue 191

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

Shades of Navy Blue #0173BF

Tints of Navy Blue #0173BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

 BLUE value IS 191 (75% from 255) = 62.21%

R = 0.33%
G = 37.46%
B = 62.21%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0173BF (or 0x0173BF) is known color: Navy Blue. HEX triplet: 01, 73 and BF. RGB value is (1,115,191). Sum of RGB (Red+Green+Blue) = 1+115+191=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #0173BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173BF is #FE8C40. Grayscale: #595959. Windows color (decimal): -16682049 or 12546817. OLE color: 12546817.

HSL color Cylindrical-coordinate representation of color #0173BF: hue angle of 204º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0173BF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 115 191 -
CMYK 0.99 0.40 0 0.25
HSL 204º 0.99% 0.38% -
HSV(B) 204º 0.99% 0.75% -
XYZ 15.55 16.03 51.56 -
YUV 89.58 185.23 64.82 -
System Red Green Blue C M Y K H S L
Decimal 1 115 191 0.99 0.40 0 0.25 204 0.99 0.38
Hex 1 73 BF 63 28 0 19 CC 63 26
Octal 1 163 277 143 50 0 31 314 143 46
Binary 1 1110011 10111111 1100011 101000 0 11001 11001100 1100011 100110

Color Harmonies of #0173BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0173BF

Black with #0173BF

Text Example


Text Example

White with #0173BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0173BF; }

 p { color: rgb(1,115,191); }

 H1.HeaderClassName
 {
   color: #0173BF;
 }
 .AnyTagClassName
 {
   color: #0173BF;
 }
</style>

background-color css

<style>
 a { background-color: #0173BF; }

 a { background-color: rgb(1,115,191); }

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

border-color css

<style>
 span { border-color: #0173BF; }

 span { border-color: rgb(1,115,191); }

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