Html Css Color HEX #0172EB Navy Blue

📋 copy color: '#0172EB'

red 1 ◦ green 114 ◦ blue 235

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

Shades of Navy Blue #0172EB

Tints of Navy Blue #0172EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.14%

R = 0.29%
G = 32.57%
B = 67.14%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0172EB (or 0x0172EB) is known color: Navy Blue. HEX triplet: 01, 72 and EB. RGB value is (1,114,235). Sum of RGB (Red+Green+Blue) = 1+114+235=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #0172EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0172EB is #FE8D14. Grayscale: #5D5D5D. Windows color (decimal): -16682261 or 15430145. OLE color: 15430145.

HSL color Cylindrical-coordinate representation of color #0172EB: hue angle of 211.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0172EB is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 114 235 -
CMYK 1.00 0.51 0 0.08
HSL 211.03º 0.99% 0.46% -
HSV(B) 211.03º 1% 0.92% -
XYZ 21.03 18.04 80.97 -
YUV 94.01 207.56 61.66 -
System Red Green Blue C M Y K H S L
Decimal 1 114 235 1.00 0.51 0 0.08 211.03 0.99 0.46
Hex 1 72 EB 64 33 0 8 D3 63 2E
Octal 1 162 353 144 63 0 10 323 143 56
Binary 1 1110010 11101011 1100100 110011 0 1000 11010011 1100011 101110

Color Harmonies of #0172EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172EB

Black with #0172EB

Text Example


Text Example

White with #0172EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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