Html Css Color HEX #0171CC Navy Blue

📋 copy color: '#0171CC'

red 1 ◦ green 113 ◦ blue 204

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

Shades of Navy Blue #0171CC

Tints of Navy Blue #0171CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 0.31%
G = 35.53%
B = 64.15%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0171CC (or 0x0171CC) is known color: Navy Blue. HEX triplet: 01, 71 and CC. RGB value is (1,113,204). Sum of RGB (Red+Green+Blue) = 1+113+204=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #0171CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0171CC is #FE8E33. Grayscale: #595959. Windows color (decimal): -16682548 or 13398273. OLE color: 13398273.

HSL color Cylindrical-coordinate representation of color #0171CC: hue angle of 206.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0171CC is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 113 204 -
CMYK 1.00 0.45 0 0.2
HSL 206.9º 0.99% 0.4% -
HSV(B) 206.9º 1% 0.8% -
XYZ 16.82 16.18 59.36 -
YUV 89.89 192.39 64.6 -
System Red Green Blue C M Y K H S L
Decimal 1 113 204 1.00 0.45 0 0.2 206.9 0.99 0.4
Hex 1 71 CC 64 2D 0 14 CF 63 28
Octal 1 161 314 144 55 0 24 317 143 50
Binary 1 1110001 11001100 1100100 101101 0 10100 11001111 1100011 101000

Color Harmonies of #0171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0171CC

Black with #0171CC

Text Example


Text Example

White with #0171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0171CC; }

 p { color: rgb(1,113,204); }

 H1.HeaderClassName
 {
   color: #0171CC;
 }
 .AnyTagClassName
 {
   color: #0171CC;
 }
</style>

background-color css

<style>
 a { background-color: #0171CC; }

 a { background-color: rgb(1,113,204); }

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

border-color css

<style>
 span { border-color: #0171CC; }

 span { border-color: rgb(1,113,204); }

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