Html Css Color HEX #0161BE Navy Blue

📋 copy color: '#0161BE'

red 1 ◦ green 97 ◦ blue 190

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

Shades of Navy Blue #0161BE

Tints of Navy Blue #0161BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.97%

R = 0.35%
G = 33.68%
B = 65.97%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0161BE (or 0x0161BE) is known color: Navy Blue. HEX triplet: 01, 61 and BE. RGB value is (1,97,190). Sum of RGB (Red+Green+Blue) = 1+97+190=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #0161BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0161BE is #FE9E41. Grayscale: #4E4E4E. Windows color (decimal): -16686658 or 12476673. OLE color: 12476673.

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

Color convert

RGB 1 97 190 -
CMYK 0.99 0.49 0 0.25
HSL 209.52º 0.99% 0.37% -
HSV(B) 209.52º 0.99% 0.75% -
XYZ 13.58 12.27 50.37 -
YUV 78.9 190.7 72.44 -
System Red Green Blue C M Y K H S L
Decimal 1 97 190 0.99 0.49 0 0.25 209.52 0.99 0.37
Hex 1 61 BE 63 31 0 19 D2 63 25
Octal 1 141 276 143 61 0 31 322 143 45
Binary 1 1100001 10111110 1100011 110001 0 11001 11010010 1100011 100101

Color Harmonies of #0161BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0161BE

Black with #0161BE

Text Example


Text Example

White with #0161BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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