Html Css Color HEX #0161DF Navy Blue

📋 copy color: '#0161DF'

red 1 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #0161DF

Tints of Navy Blue #0161DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 0.31%
G = 30.22%
B = 69.47%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0161DF (or 0x0161DF) is known color: Navy Blue. HEX triplet: 01, 61 and DF. RGB value is (1,97,223). Sum of RGB (Red+Green+Blue) = 1+97+223=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #0161DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0161DF is #FE9E20. Grayscale: #525252. Windows color (decimal): -16686625 or 14639361. OLE color: 14639361.

HSL color Cylindrical-coordinate representation of color #0161DF: hue angle of 214.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0161DF is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 97 223 -
CMYK 1.00 0.57 0 0.13
HSL 214.05º 0.99% 0.44% -
HSV(B) 214.05º 1% 0.87% -
XYZ 17.61 13.88 71.56 -
YUV 82.66 207.2 69.75 -
System Red Green Blue C M Y K H S L
Decimal 1 97 223 1.00 0.57 0 0.13 214.05 0.99 0.44
Hex 1 61 DF 64 39 0 D D6 63 2C
Octal 1 141 337 144 71 0 15 326 143 54
Binary 1 1100001 11011111 1100100 111001 0 1101 11010110 1100011 101100

Color Harmonies of #0161DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0161DF

Black with #0161DF

Text Example


Text Example

White with #0161DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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