Html Css Color HEX #017CC2 Navy Blue

📋 copy color: '#017CC2'

red 1 ◦ green 124 ◦ blue 194

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

Shades of Navy Blue #017CC2

Tints of Navy Blue #017CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 194 (76.17% from 255) = 60.82%

R = 0.31%
G = 38.87%
B = 60.82%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#017CC2 (or 0x017CC2) is known color: Navy Blue. HEX triplet: 01, 7C and C2. RGB value is (1,124,194). Sum of RGB (Red+Green+Blue) = 1+124+194=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #017CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CC2 is #FE833D. Grayscale: #5E5E5E. Windows color (decimal): -16679742 or 12745729. OLE color: 12745729.

HSL color Cylindrical-coordinate representation of color #017CC2: hue angle of 201.76º 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 #017CC2 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 124 194 -
CMYK 0.99 0.36 0 0.24
HSL 201.76º 0.99% 0.38% -
HSV(B) 201.76º 0.99% 0.76% -
XYZ 16.96 18.32 53.68 -
YUV 95.2 183.75 60.81 -
System Red Green Blue C M Y K H S L
Decimal 1 124 194 0.99 0.36 0 0.24 201.76 0.99 0.38
Hex 1 7C C2 63 24 0 18 CA 63 26
Octal 1 174 302 143 44 0 30 312 143 46
Binary 1 1111100 11000010 1100011 100100 0 11000 11001010 1100011 100110

Color Harmonies of #017CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CC2

Black with #017CC2

Text Example


Text Example

White with #017CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,194); }

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

background-color css

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

 a { background-color: rgb(1,124,194); }

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

border-color css

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

 span { border-color: rgb(1,124,194); }

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