Html Css Color HEX #0170BA Navy Blue

📋 copy color: '#0170BA'

red 1 ◦ green 112 ◦ blue 186

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

Shades of Navy Blue #0170BA

Tints of Navy Blue #0170BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 0.33%
G = 37.46%
B = 62.21%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0170BA (or 0x0170BA) is known color: Navy Blue. HEX triplet: 01, 70 and BA. RGB value is (1,112,186). Sum of RGB (Red+Green+Blue) = 1+112+186=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #0170BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170BA is #FE8F45. Grayscale: #565656. Windows color (decimal): -16682822 or 12218369. OLE color: 12218369.

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

Color convert

RGB 1 112 186 -
CMYK 0.99 0.40 0 0.27
HSL 204º 0.99% 0.37% -
HSV(B) 204º 0.99% 0.73% -
XYZ 14.67 15.14 48.6 -
YUV 87.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 1 112 186 0.99 0.40 0 0.27 204 0.99 0.37
Hex 1 70 BA 63 28 0 1B CC 63 25
Octal 1 160 272 143 50 0 33 314 143 45
Binary 1 1110000 10111010 1100011 101000 0 11011 11001100 1100011 100101

Color Harmonies of #0170BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0170BA

Black with #0170BA

Text Example


Text Example

White with #0170BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0170BA; }

 p { color: rgb(1,112,186); }

 H1.HeaderClassName
 {
   color: #0170BA;
 }
 .AnyTagClassName
 {
   color: #0170BA;
 }
</style>

background-color css

<style>
 a { background-color: #0170BA; }

 a { background-color: rgb(1,112,186); }

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

border-color css

<style>
 span { border-color: #0170BA; }

 span { border-color: rgb(1,112,186); }

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