Html Css Color HEX #0173E9 Navy Blue

📋 copy color: '#0173E9'

red 1 ◦ green 115 ◦ blue 233

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

Shades of Navy Blue #0173E9

Tints of Navy Blue #0173E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.76%

R = 0.29%
G = 32.95%
B = 66.76%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0173E9 (or 0x0173E9) is known color: Navy Blue. HEX triplet: 01, 73 and E9. RGB value is (1,115,233). Sum of RGB (Red+Green+Blue) = 1+115+233=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 233 (91.41% from 255 or 66.76% from 349); Max value from RGB is 233 - color contains mainly: blue. Hex color #0173E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0173E9 is #FE8C16. Grayscale: #5D5D5D. Windows color (decimal): -16682007 or 15299329. OLE color: 15299329.

HSL color Cylindrical-coordinate representation of color #0173E9: hue angle of 210.52º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173E9 is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 115 233 -
CMYK 1.00 0.51 0 0.09
HSL 210.52º 0.99% 0.46% -
HSV(B) 210.52º 1% 0.91% -
XYZ 20.85 18.15 79.5 -
YUV 94.37 206.23 61.41 -
System Red Green Blue C M Y K H S L
Decimal 1 115 233 1.00 0.51 0 0.09 210.52 0.99 0.46
Hex 1 73 E9 64 33 0 9 D3 63 2E
Octal 1 163 351 144 63 0 11 323 143 56
Binary 1 1110011 11101001 1100100 110011 0 1001 11010011 1100011 101110

Color Harmonies of #0173E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0173E9

Black with #0173E9

Text Example


Text Example

White with #0173E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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