Html Css Color HEX #017FE0 Navy Blue

📋 copy color: '#017FE0'

red 1 ◦ green 127 ◦ blue 224

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

Shades of Navy Blue #017FE0

Tints of Navy Blue #017FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.64%

R = 0.28%
G = 36.08%
B = 63.64%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#017FE0 (or 0x017FE0) is known color: Navy Blue. HEX triplet: 01, 7F and E0. RGB value is (1,127,224). Sum of RGB (Red+Green+Blue) = 1+127+224=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #017FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FE0 is #FE801F. Grayscale: #636363. Windows color (decimal): -16678944 or 14712577. OLE color: 14712577.

HSL color Cylindrical-coordinate representation of color #017FE0: hue angle of 206.1º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017FE0 is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 127 224 -
CMYK 1.00 0.43 0 0.12
HSL 206.1º 0.99% 0.44% -
HSV(B) 206.1º 1% 0.88% -
XYZ 21.06 20.57 73.38 -
YUV 100.38 197.76 57.11 -
System Red Green Blue C M Y K H S L
Decimal 1 127 224 1.00 0.43 0 0.12 206.1 0.99 0.44
Hex 1 7F E0 64 2B 0 C CE 63 2C
Octal 1 177 340 144 53 0 14 316 143 54
Binary 1 1111111 11100000 1100100 101011 0 1100 11001110 1100011 101100

Color Harmonies of #017FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FE0

Black with #017FE0

Text Example


Text Example

White with #017FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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