Html Css Color HEX #127EDC Navy Blue

📋 copy color: '#127EDC'

red 18 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #127EDC

Tints of Navy Blue #127EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 4.95%
G = 34.62%
B = 60.44%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#127EDC (or 0x127EDC) is known color: Navy Blue. HEX triplet: 12, 7E and DC. RGB value is (18,126,220). Sum of RGB (Red+Green+Blue) = 18+126+220=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #127EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EDC is #ED8123. Grayscale: #676767. Windows color (decimal): -15565092 or 14450194. OLE color: 14450194.

HSL color Cylindrical-coordinate representation of color #127EDC: hue angle of 207.92º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EDC is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 126 220 -
CMYK 0.92 0.43 0 0.14
HSL 207.92º 0.85% 0.47% -
HSV(B) 207.92º 0.92% 0.86% -
XYZ 20.63 20.22 70.53 -
YUV 104.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 18 126 220 0.92 0.43 0 0.14 207.92 0.85 0.47
Hex 12 7E DC 5C 2B 0 E D0 55 2F
Octal 22 176 334 134 53 0 16 320 125 57
Binary 10010 1111110 11011100 1011100 101011 0 1110 11010000 1010101 101111

Color Harmonies of #127EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EDC

Black with #127EDC

Text Example


Text Example

White with #127EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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