Html Css Color HEX #0175BE Navy Blue

📋 copy color: '#0175BE'

red 1 ◦ green 117 ◦ blue 190

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

Shades of Navy Blue #0175BE

Tints of Navy Blue #0175BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 0.32%
G = 37.99%
B = 61.69%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0175BE (or 0x0175BE) is known color: Navy Blue. HEX triplet: 01, 75 and BE. RGB value is (1,117,190). Sum of RGB (Red+Green+Blue) = 1+117+190=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #0175BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175BE is #FE8A41. Grayscale: #5A5A5A. Windows color (decimal): -16681538 or 12481793. OLE color: 12481793.

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

Color convert

RGB 1 117 190 -
CMYK 0.99 0.38 0 0.25
HSL 203.17º 0.99% 0.37% -
HSV(B) 203.17º 0.99% 0.75% -
XYZ 15.67 16.45 51.06 -
YUV 90.64 184.07 64.06 -
System Red Green Blue C M Y K H S L
Decimal 1 117 190 0.99 0.38 0 0.25 203.17 0.99 0.37
Hex 1 75 BE 63 26 0 19 CB 63 25
Octal 1 165 276 143 46 0 31 313 143 45
Binary 1 1110101 10111110 1100011 100110 0 11001 11001011 1100011 100101

Color Harmonies of #0175BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175BE

Black with #0175BE

Text Example


Text Example

White with #0175BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0175BE; }

 p { color: rgb(1,117,190); }

 H1.HeaderClassName
 {
   color: #0175BE;
 }
 .AnyTagClassName
 {
   color: #0175BE;
 }
</style>

background-color css

<style>
 a { background-color: #0175BE; }

 a { background-color: rgb(1,117,190); }

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

border-color css

<style>
 span { border-color: #0175BE; }

 span { border-color: rgb(1,117,190); }

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