Html Css Color HEX #017FCE Navy Blue

📋 copy color: '#017FCE'

red 1 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #017FCE

Tints of Navy Blue #017FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 0.3%
G = 38.02%
B = 61.68%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#017FCE (or 0x017FCE) is known color: Navy Blue. HEX triplet: 01, 7F and CE. RGB value is (1,127,206). Sum of RGB (Red+Green+Blue) = 1+127+206=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #017FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FCE is #FE8031. Grayscale: #616161. Windows color (decimal): -16678962 or 13532929. OLE color: 13532929.

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

Color convert

RGB 1 127 206 -
CMYK 1.00 0.38 0 0.19
HSL 203.12º 0.99% 0.41% -
HSV(B) 203.12º 1% 0.81% -
XYZ 18.74 19.64 61.2 -
YUV 98.33 188.76 58.58 -
System Red Green Blue C M Y K H S L
Decimal 1 127 206 1.00 0.38 0 0.19 203.12 0.99 0.41
Hex 1 7F CE 64 26 0 13 CB 63 29
Octal 1 177 316 144 46 0 23 313 143 51
Binary 1 1111111 11001110 1100100 100110 0 10011 11001011 1100011 101001

Color Harmonies of #017FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FCE

Black with #017FCE

Text Example


Text Example

White with #017FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,206); }

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

background-color css

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

 a { background-color: rgb(1,127,206); }

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

border-color css

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

 span { border-color: rgb(1,127,206); }

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