Html Css Color HEX #0172DF Navy Blue

📋 copy color: '#0172DF'

red 1 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #0172DF

Tints of Navy Blue #0172DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 0.3%
G = 33.73%
B = 65.98%

CMYK

 C value IS 1.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0172DF (or 0x0172DF) is known color: Navy Blue. HEX triplet: 01, 72 and DF. RGB value is (1,114,223). Sum of RGB (Red+Green+Blue) = 1+114+223=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #0172DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172DF is #FE8D20. Grayscale: #5C5C5C. Windows color (decimal): -16682273 or 14643713. OLE color: 14643713.

HSL color Cylindrical-coordinate representation of color #0172DF: hue angle of 209.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0172DF is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 114 223 -
CMYK 1.00 0.49 0 0.13
HSL 209.46º 0.99% 0.44% -
HSV(B) 209.46º 1% 0.87% -
XYZ 19.35 17.37 72.14 -
YUV 92.64 201.56 62.64 -
System Red Green Blue C M Y K H S L
Decimal 1 114 223 1.00 0.49 0 0.13 209.46 0.99 0.44
Hex 1 72 DF 64 31 0 D D1 63 2C
Octal 1 162 337 144 61 0 15 321 143 54
Binary 1 1110010 11011111 1100100 110001 0 1101 11010001 1100011 101100

Color Harmonies of #0172DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172DF

Black with #0172DF

Text Example


Text Example

White with #0172DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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