Html Css Color HEX #017FDD Navy Blue

📋 copy color: '#017FDD'

red 1 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #017FDD

Tints of Navy Blue #017FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 0.29%
G = 36.39%
B = 63.32%

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

#017FDD (or 0x017FDD) is known color: Navy Blue. HEX triplet: 01, 7F and DD. RGB value is (1,127,221). Sum of RGB (Red+Green+Blue) = 1+127+221=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #017FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017FDD is #FE8022. Grayscale: #636363. Windows color (decimal): -16678947 or 14515969. OLE color: 14515969.

HSL color Cylindrical-coordinate representation of color #017FDD: hue angle of 205.64º 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 #017FDD is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 127 221 -
CMYK 1.00 0.43 0 0.13
HSL 205.64º 0.99% 0.44% -
HSV(B) 205.64º 1% 0.87% -
XYZ 20.65 20.41 71.26 -
YUV 100.04 196.26 57.36 -
System Red Green Blue C M Y K H S L
Decimal 1 127 221 1.00 0.43 0 0.13 205.64 0.99 0.44
Hex 1 7F DD 64 2B 0 D CE 63 2C
Octal 1 177 335 144 53 0 15 316 143 54
Binary 1 1111111 11011101 1100100 101011 0 1101 11001110 1100011 101100

Color Harmonies of #017FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017FDD

Black with #017FDD

Text Example


Text Example

White with #017FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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