Html Css Color HEX #017EDB Navy Blue

📋 copy color: '#017EDB'

red 1 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #017EDB

Tints of Navy Blue #017EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 0.29%
G = 36.42%
B = 63.29%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#017EDB (or 0x017EDB) is known color: Navy Blue. HEX triplet: 01, 7E and DB. RGB value is (1,126,219). Sum of RGB (Red+Green+Blue) = 1+126+219=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #017EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EDB is #FE8124. Grayscale: #626262. Windows color (decimal): -16679205 or 14384641. OLE color: 14384641.

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

Color convert

RGB 1 126 219 -
CMYK 1.00 0.42 0 0.14
HSL 205.6º 0.99% 0.43% -
HSV(B) 205.6º 1% 0.86% -
XYZ 20.26 20.04 69.82 -
YUV 99.23 195.59 57.94 -
System Red Green Blue C M Y K H S L
Decimal 1 126 219 1.00 0.42 0 0.14 205.6 0.99 0.43
Hex 1 7E DB 64 2A 0 E CE 63 2B
Octal 1 176 333 144 52 0 16 316 143 53
Binary 1 1111110 11011011 1100100 101010 0 1110 11001110 1100011 101011

Color Harmonies of #017EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EDB

Black with #017EDB

Text Example


Text Example

White with #017EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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