Html Css Color HEX #017AC1 Navy Blue

📋 copy color: '#017AC1'

red 1 ◦ green 122 ◦ blue 193

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

Shades of Navy Blue #017AC1

Tints of Navy Blue #017AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 193 (75.78% from 255) = 61.08%

R = 0.32%
G = 38.61%
B = 61.08%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#017AC1 (or 0x017AC1) is known color: Navy Blue. HEX triplet: 01, 7A and C1. RGB value is (1,122,193). Sum of RGB (Red+Green+Blue) = 1+122+193=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #017AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017AC1 is #FE853E. Grayscale: #5D5D5D. Windows color (decimal): -16680255 or 12679681. OLE color: 12679681.

HSL color Cylindrical-coordinate representation of color #017AC1: hue angle of 202.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017AC1 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 122 193 -
CMYK 0.99 0.37 0 0.24
HSL 202.19º 0.99% 0.38% -
HSV(B) 202.19º 0.99% 0.76% -
XYZ 16.6 17.78 53.01 -
YUV 93.92 183.91 61.73 -
System Red Green Blue C M Y K H S L
Decimal 1 122 193 0.99 0.37 0 0.24 202.19 0.99 0.38
Hex 1 7A C1 63 25 0 18 CA 63 26
Octal 1 172 301 143 45 0 30 312 143 46
Binary 1 1111010 11000001 1100011 100101 0 11000 11001010 1100011 100110

Color Harmonies of #017AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017AC1

Black with #017AC1

Text Example


Text Example

White with #017AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017AC1; }

 p { color: rgb(1,122,193); }

 H1.HeaderClassName
 {
   color: #017AC1;
 }
 .AnyTagClassName
 {
   color: #017AC1;
 }
</style>

background-color css

<style>
 a { background-color: #017AC1; }

 a { background-color: rgb(1,122,193); }

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

border-color css

<style>
 span { border-color: #017AC1; }

 span { border-color: rgb(1,122,193); }

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