Html Css Color HEX #0172DC Navy Blue

📋 copy color: '#0172DC'

red 1 ◦ green 114 ◦ blue 220

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

Shades of Navy Blue #0172DC

Tints of Navy Blue #0172DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 0.3%
G = 34.03%
B = 65.67%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0172DC (or 0x0172DC) is known color: Navy Blue. HEX triplet: 01, 72 and DC. RGB value is (1,114,220). Sum of RGB (Red+Green+Blue) = 1+114+220=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #0172DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172DC is #FE8D23. Grayscale: #5B5B5B. Windows color (decimal): -16682276 or 14447105. OLE color: 14447105.

HSL color Cylindrical-coordinate representation of color #0172DC: hue angle of 209.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0172DC is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 114 220 -
CMYK 1.00 0.48 0 0.14
HSL 209.04º 0.99% 0.43% -
HSV(B) 209.04º 1% 0.86% -
XYZ 18.95 17.21 70.03 -
YUV 92.3 200.06 62.88 -
System Red Green Blue C M Y K H S L
Decimal 1 114 220 1.00 0.48 0 0.14 209.04 0.99 0.43
Hex 1 72 DC 64 30 0 E D1 63 2B
Octal 1 162 334 144 60 0 16 321 143 53
Binary 1 1110010 11011100 1100100 110000 0 1110 11010001 1100011 101011

Color Harmonies of #0172DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172DC

Black with #0172DC

Text Example


Text Example

White with #0172DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0172DC; }

 p { color: rgb(1,114,220); }

 H1.HeaderClassName
 {
   color: #0172DC;
 }
 .AnyTagClassName
 {
   color: #0172DC;
 }
</style>

background-color css

<style>
 a { background-color: #0172DC; }

 a { background-color: rgb(1,114,220); }

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

border-color css

<style>
 span { border-color: #0172DC; }

 span { border-color: rgb(1,114,220); }

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