Html Css Color HEX #127ED9 Navy Blue

📋 copy color: '#127ED9'

red 18 ◦ green 126 ◦ blue 217

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

Shades of Navy Blue #127ED9

Tints of Navy Blue #127ED9

RGB

 RED value IS 18 (7.42% from 255) = 4.99%

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

 BLUE value IS 217 (85.16% from 255) = 60.11%

R = 4.99%
G = 34.9%
B = 60.11%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#127ED9 (or 0x127ED9) is known color: Navy Blue. HEX triplet: 12, 7E and D9. RGB value is (18,126,217). Sum of RGB (Red+Green+Blue) = 18+126+217=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #127ED9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ED9 is #ED8126. Grayscale: #676767. Windows color (decimal): -15565095 or 14253586. OLE color: 14253586.

HSL color Cylindrical-coordinate representation of color #127ED9: hue angle of 207.44º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127ED9 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 126 217 -
CMYK 0.92 0.42 0 0.15
HSL 207.44º 0.85% 0.46% -
HSV(B) 207.44º 0.92% 0.85% -
XYZ 20.23 20.06 68.45 -
YUV 104.08 191.72 66.6 -
System Red Green Blue C M Y K H S L
Decimal 18 126 217 0.92 0.42 0 0.15 207.44 0.85 0.46
Hex 12 7E D9 5C 2A 0 F CF 55 2E
Octal 22 176 331 134 52 0 17 317 125 56
Binary 10010 1111110 11011001 1011100 101010 0 1111 11001111 1010101 101110

Color Harmonies of #127ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ED9

Black with #127ED9

Text Example


Text Example

White with #127ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127ED9; }

 p { color: rgb(18,126,217); }

 H1.HeaderClassName
 {
   color: #127ED9;
 }
 .AnyTagClassName
 {
   color: #127ED9;
 }
</style>

background-color css

<style>
 a { background-color: #127ED9; }

 a { background-color: rgb(18,126,217); }

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

border-color css

<style>
 span { border-color: #127ED9; }

 span { border-color: rgb(18,126,217); }

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