Html Css Color HEX #0172BD Navy Blue

📋 copy color: '#0172BD'

red 1 ◦ green 114 ◦ blue 189

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

Shades of Navy Blue #0172BD

Tints of Navy Blue #0172BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 0.33%
G = 37.5%
B = 62.17%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0172BD (or 0x0172BD) is known color: Navy Blue. HEX triplet: 01, 72 and BD. RGB value is (1,114,189). Sum of RGB (Red+Green+Blue) = 1+114+189=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #0172BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172BD is #FE8D42. Grayscale: #585858. Windows color (decimal): -16682307 or 12415489. OLE color: 12415489.

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

Color convert

RGB 1 114 189 -
CMYK 0.99 0.40 0 0.26
HSL 203.94º 0.99% 0.37% -
HSV(B) 203.94º 0.99% 0.74% -
XYZ 15.22 15.72 50.38 -
YUV 88.76 184.56 65.4 -
System Red Green Blue C M Y K H S L
Decimal 1 114 189 0.99 0.40 0 0.26 203.94 0.99 0.37
Hex 1 72 BD 63 28 0 1A CC 63 25
Octal 1 162 275 143 50 0 32 314 143 45
Binary 1 1110010 10111101 1100011 101000 0 11010 11001100 1100011 100101

Color Harmonies of #0172BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172BD

Black with #0172BD

Text Example


Text Example

White with #0172BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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