Html Css Color HEX #017DEA Navy Blue

📋 copy color: '#017DEA'

red 1 ◦ green 125 ◦ blue 234

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

Shades of Navy Blue #017DEA

Tints of Navy Blue #017DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

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

R = 0.28%
G = 34.72%
B = 65%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#017DEA (or 0x017DEA) is known color: Navy Blue. HEX triplet: 01, 7D and EA. RGB value is (1,125,234). Sum of RGB (Red+Green+Blue) = 1+125+234=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #017DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017DEA is #FE8215. Grayscale: #636363. Windows color (decimal): -16679446 or 15367425. OLE color: 15367425.

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

Color convert

RGB 1 125 234 -
CMYK 1.00 0.47 0 0.08
HSL 208.07º 0.99% 0.46% -
HSV(B) 208.07º 1% 0.92% -
XYZ 22.2 20.61 80.65 -
YUV 100.35 203.42 57.14 -
System Red Green Blue C M Y K H S L
Decimal 1 125 234 1.00 0.47 0 0.08 208.07 0.99 0.46
Hex 1 7D EA 64 2F 0 8 D0 63 2E
Octal 1 175 352 144 57 0 10 320 143 56
Binary 1 1111101 11101010 1100100 101111 0 1000 11010000 1100011 101110

Color Harmonies of #017DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017DEA

Black with #017DEA

Text Example


Text Example

White with #017DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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