Html Css Color HEX #0172BF Navy Blue

📋 copy color: '#0172BF'

red 1 ◦ green 114 ◦ blue 191

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

Shades of Navy Blue #0172BF

Tints of Navy Blue #0172BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 0.33%
G = 37.25%
B = 62.42%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0172BF (or 0x0172BF) is known color: Navy Blue. HEX triplet: 01, 72 and BF. RGB value is (1,114,191). Sum of RGB (Red+Green+Blue) = 1+114+191=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #0172BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172BF is #FE8D40. Grayscale: #585858. Windows color (decimal): -16682305 or 12546561. OLE color: 12546561.

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

Color convert

RGB 1 114 191 -
CMYK 0.99 0.40 0 0.25
HSL 204.32º 0.99% 0.38% -
HSV(B) 204.32º 0.99% 0.75% -
XYZ 15.43 15.8 51.53 -
YUV 88.99 185.56 65.24 -
System Red Green Blue C M Y K H S L
Decimal 1 114 191 0.99 0.40 0 0.25 204.32 0.99 0.38
Hex 1 72 BF 63 28 0 19 CC 63 26
Octal 1 162 277 143 50 0 31 314 143 46
Binary 1 1110010 10111111 1100011 101000 0 11001 11001100 1100011 100110

Color Harmonies of #0172BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172BF

Black with #0172BF

Text Example


Text Example

White with #0172BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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