Html Css Color HEX #017EE2 Navy Blue

📋 copy color: '#017EE2'

red 1 ◦ green 126 ◦ blue 226

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

Shades of Navy Blue #017EE2

Tints of Navy Blue #017EE2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

 BLUE value IS 226 (88.67% from 255) = 64.02%

R = 0.28%
G = 35.69%
B = 64.02%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#017EE2 (or 0x017EE2) is known color: Navy Blue. HEX triplet: 01, 7E and E2. RGB value is (1,126,226). Sum of RGB (Red+Green+Blue) = 1+126+226=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #017EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EE2 is #FE811D. Grayscale: #636363. Windows color (decimal): -16679198 or 14843393. OLE color: 14843393.

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

Color convert

RGB 1 126 226 -
CMYK 1.00 0.44 0 0.11
HSL 206.67º 0.99% 0.45% -
HSV(B) 206.67º 1% 0.89% -
XYZ 21.2 20.42 74.78 -
YUV 100.03 199.09 57.37 -
System Red Green Blue C M Y K H S L
Decimal 1 126 226 1.00 0.44 0 0.11 206.67 0.99 0.45
Hex 1 7E E2 64 2C 0 B CF 63 2D
Octal 1 176 342 144 54 0 13 317 143 55
Binary 1 1111110 11100010 1100100 101100 0 1011 11001111 1100011 101101

Color Harmonies of #017EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EE2

Black with #017EE2

Text Example


Text Example

White with #017EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,126,226); }

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

background-color css

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

 a { background-color: rgb(1,126,226); }

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

border-color css

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

 span { border-color: rgb(1,126,226); }

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