Html Css Color HEX #0173CF Navy Blue

📋 copy color: '#0173CF'

red 1 ◦ green 115 ◦ blue 207

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

Shades of Navy Blue #0173CF

Tints of Navy Blue #0173CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.09%

R = 0.31%
G = 35.6%
B = 64.09%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0173CF (or 0x0173CF) is known color: Navy Blue. HEX triplet: 01, 73 and CF. RGB value is (1,115,207). Sum of RGB (Red+Green+Blue) = 1+115+207=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #0173CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173CF is #FE8C30. Grayscale: #5A5A5A. Windows color (decimal): -16682033 or 13595393. OLE color: 13595393.

HSL color Cylindrical-coordinate representation of color #0173CF: hue angle of 206.8º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173CF is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 115 207 -
CMYK 1.00 0.44 0 0.19
HSL 206.8º 0.99% 0.41% -
HSV(B) 206.8º 1% 0.81% -
XYZ 17.41 16.77 61.35 -
YUV 91.4 193.23 63.52 -
System Red Green Blue C M Y K H S L
Decimal 1 115 207 1.00 0.44 0 0.19 206.8 0.99 0.41
Hex 1 73 CF 64 2C 0 13 CF 63 29
Octal 1 163 317 144 54 0 23 317 143 51
Binary 1 1110011 11001111 1100100 101100 0 10011 11001111 1100011 101001

Color Harmonies of #0173CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0173CF

Black with #0173CF

Text Example


Text Example

White with #0173CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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