Html Css Color HEX #0161BA Navy Blue

📋 copy color: '#0161BA'

red 1 ◦ green 97 ◦ blue 186

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

Shades of Navy Blue #0161BA

Tints of Navy Blue #0161BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 0.35%
G = 34.15%
B = 65.49%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0161BA (or 0x0161BA) is known color: Navy Blue. HEX triplet: 01, 61 and BA. RGB value is (1,97,186). Sum of RGB (Red+Green+Blue) = 1+97+186=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #0161BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0161BA is #FE9E45. Grayscale: #4D4D4D. Windows color (decimal): -16686662 or 12214529. OLE color: 12214529.

HSL color Cylindrical-coordinate representation of color #0161BA: hue angle of 208.86º 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 #0161BA is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 97 186 -
CMYK 0.99 0.48 0 0.27
HSL 208.86º 0.99% 0.37% -
HSV(B) 208.86º 0.99% 0.73% -
XYZ 13.15 12.1 48.1 -
YUV 78.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 1 97 186 0.99 0.48 0 0.27 208.86 0.99 0.37
Hex 1 61 BA 63 30 0 1B D1 63 25
Octal 1 141 272 143 60 0 33 321 143 45
Binary 1 1100001 10111010 1100011 110000 0 11011 11010001 1100011 100101

Color Harmonies of #0161BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0161BA

Black with #0161BA

Text Example


Text Example

White with #0161BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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