Html Css Color HEX #017CDE Navy Blue

📋 copy color: '#017CDE'

red 1 ◦ green 124 ◦ blue 222

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

Shades of Navy Blue #017CDE

Tints of Navy Blue #017CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 0.29%
G = 35.73%
B = 63.98%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#017CDE (or 0x017CDE) is known color: Navy Blue. HEX triplet: 01, 7C and DE. RGB value is (1,124,222). Sum of RGB (Red+Green+Blue) = 1+124+222=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #017CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CDE is #FE8321. Grayscale: #616161. Windows color (decimal): -16679714 or 14580737. OLE color: 14580737.

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

Color convert

RGB 1 124 222 -
CMYK 1.00 0.44 0 0.13
HSL 206.61º 0.99% 0.44% -
HSV(B) 206.61º 1% 0.87% -
XYZ 20.4 19.7 71.83 -
YUV 98.4 197.75 58.53 -
System Red Green Blue C M Y K H S L
Decimal 1 124 222 1.00 0.44 0 0.13 206.61 0.99 0.44
Hex 1 7C DE 64 2C 0 D CF 63 2C
Octal 1 174 336 144 54 0 15 317 143 54
Binary 1 1111100 11011110 1100100 101100 0 1101 11001111 1100011 101100

Color Harmonies of #017CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CDE

Black with #017CDE

Text Example


Text Example

White with #017CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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