Html Css Color HEX #0161D0 Navy Blue

📋 copy color: '#0161D0'

red 1 ◦ green 97 ◦ blue 208

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

Shades of Navy Blue #0161D0

Tints of Navy Blue #0161D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.97%

R = 0.33%
G = 31.7%
B = 67.97%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0161D0 (or 0x0161D0) is known color: Navy Blue. HEX triplet: 01, 61 and D0. RGB value is (1,97,208). Sum of RGB (Red+Green+Blue) = 1+97+208=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #0161D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0161D0 is #FE9E2F. Grayscale: #505050. Windows color (decimal): -16686640 or 13656321. OLE color: 13656321.

HSL color Cylindrical-coordinate representation of color #0161D0: hue angle of 212.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0161D0 is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 97 208 -
CMYK 1.00 0.53 0 0.18
HSL 212.17º 0.99% 0.41% -
HSV(B) 212.17º 1% 0.82% -
XYZ 15.67 13.11 61.38 -
YUV 80.95 199.7 70.97 -
System Red Green Blue C M Y K H S L
Decimal 1 97 208 1.00 0.53 0 0.18 212.17 0.99 0.41
Hex 1 61 D0 64 35 0 12 D4 63 29
Octal 1 141 320 144 65 0 22 324 143 51
Binary 1 1100001 11010000 1100100 110101 0 10010 11010100 1100011 101001

Color Harmonies of #0161D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0161D0

Black with #0161D0

Text Example


Text Example

White with #0161D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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