Html Css Color HEX #0175C1 Navy Blue

📋 copy color: '#0175C1'

red 1 ◦ green 117 ◦ blue 193

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

Shades of Navy Blue #0175C1

Tints of Navy Blue #0175C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.06%

R = 0.32%
G = 37.62%
B = 62.06%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0175C1 (or 0x0175C1) is known color: Navy Blue. HEX triplet: 01, 75 and C1. RGB value is (1,117,193). Sum of RGB (Red+Green+Blue) = 1+117+193=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #0175C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175C1 is #FE8A3E. Grayscale: #5A5A5A. Windows color (decimal): -16681535 or 12678401. OLE color: 12678401.

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

Color convert

RGB 1 117 193 -
CMYK 0.99 0.39 0 0.24
HSL 203.75º 0.99% 0.38% -
HSV(B) 203.75º 0.99% 0.76% -
XYZ 16 16.58 52.81 -
YUV 90.98 185.57 63.82 -
System Red Green Blue C M Y K H S L
Decimal 1 117 193 0.99 0.39 0 0.24 203.75 0.99 0.38
Hex 1 75 C1 63 27 0 18 CC 63 26
Octal 1 165 301 143 47 0 30 314 143 46
Binary 1 1110101 11000001 1100011 100111 0 11000 11001100 1100011 100110

Color Harmonies of #0175C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0175C1

Black with #0175C1

Text Example


Text Example

White with #0175C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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