Html Css Color HEX #017EEA Navy Blue

📋 copy color: '#017EEA'

red 1 ◦ green 126 ◦ blue 234

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

Shades of Navy Blue #017EEA

Tints of Navy Blue #017EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.82%

R = 0.28%
G = 34.9%
B = 64.82%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#017EEA (or 0x017EEA) is known color: Navy Blue. HEX triplet: 01, 7E and EA. RGB value is (1,126,234). Sum of RGB (Red+Green+Blue) = 1+126+234=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #017EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017EEA is #FE8115. Grayscale: #646464. Windows color (decimal): -16679190 or 15367681. OLE color: 15367681.

HSL color Cylindrical-coordinate representation of color #017EEA: hue angle of 207.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017EEA is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 126 234 -
CMYK 1.00 0.46 0 0.08
HSL 207.81º 0.99% 0.46% -
HSV(B) 207.81º 1% 0.92% -
XYZ 22.32 20.87 80.69 -
YUV 100.94 203.09 56.72 -
System Red Green Blue C M Y K H S L
Decimal 1 126 234 1.00 0.46 0 0.08 207.81 0.99 0.46
Hex 1 7E EA 64 2E 0 8 D0 63 2E
Octal 1 176 352 144 56 0 10 320 143 56
Binary 1 1111110 11101010 1100100 101110 0 1000 11010000 1100011 101110

Color Harmonies of #017EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EEA

Black with #017EEA

Text Example


Text Example

White with #017EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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