Html Css Color HEX #017CC8 Navy Blue

📋 copy color: '#017CC8'

red 1 ◦ green 124 ◦ blue 200

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

Shades of Navy Blue #017CC8

Tints of Navy Blue #017CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.54%

R = 0.31%
G = 38.15%
B = 61.54%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#017CC8 (or 0x017CC8) is known color: Navy Blue. HEX triplet: 01, 7C and C8. RGB value is (1,124,200). Sum of RGB (Red+Green+Blue) = 1+124+200=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #017CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CC8 is #FE8337. Grayscale: #5F5F5F. Windows color (decimal): -16679736 or 13138945. OLE color: 13138945.

HSL color Cylindrical-coordinate representation of color #017CC8: hue angle of 202.91º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017CC8 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 124 200 -
CMYK 1.00 0.38 0 0.22
HSL 202.91º 0.99% 0.39% -
HSV(B) 202.91º 1% 0.78% -
XYZ 17.65 18.59 57.3 -
YUV 95.89 186.75 60.32 -
System Red Green Blue C M Y K H S L
Decimal 1 124 200 1.00 0.38 0 0.22 202.91 0.99 0.39
Hex 1 7C C8 64 26 0 16 CB 63 27
Octal 1 174 310 144 46 0 26 313 143 47
Binary 1 1111100 11001000 1100100 100110 0 10110 11001011 1100011 100111

Color Harmonies of #017CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CC8

Black with #017CC8

Text Example


Text Example

White with #017CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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