Html Css Color HEX #017FDF Navy Blue

📋 copy color: '#017FDF'

red 1 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #017FDF

Tints of Navy Blue #017FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 0.28%
G = 36.18%
B = 63.53%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017FDF (or 0x017FDF) is known color: Navy Blue. HEX triplet: 01, 7F and DF. RGB value is (1,127,223). Sum of RGB (Red+Green+Blue) = 1+127+223=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #017FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FDF is #FE8020. Grayscale: #636363. Windows color (decimal): -16678945 or 14647041. OLE color: 14647041.

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

Color convert

RGB 1 127 223 -
CMYK 1.00 0.43 0 0.13
HSL 205.95º 0.99% 0.44% -
HSV(B) 205.95º 1% 0.87% -
XYZ 20.92 20.51 72.67 -
YUV 100.27 197.26 57.19 -
System Red Green Blue C M Y K H S L
Decimal 1 127 223 1.00 0.43 0 0.13 205.95 0.99 0.44
Hex 1 7F DF 64 2B 0 D CE 63 2C
Octal 1 177 337 144 53 0 15 316 143 54
Binary 1 1111111 11011111 1100100 101011 0 1101 11001110 1100011 101100

Color Harmonies of #017FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FDF

Black with #017FDF

Text Example


Text Example

White with #017FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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