#127ED7

Color #127ED7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #127ED7

Tints of Navy Blue #127ED7

Color information

#127ED7 (or 0x127ED7) is unknown color: approx Navy Blue. HEX triplet: 12, 7E and D7. RGB value is (18,126,215). Sum of RGB (Red+Green+Blue) = 18+126+215=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #127ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ED7 is #ED8128. Grayscale: #676767. Windows color (decimal): -15565097 or 14122514. OLE color: 14122514.

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

Color convert

RGB18126215-
CMYK0.920.4100.16
HSL207.11º84.55%45.69%-
HSV(B)207.11º91.63%84.31%-
XYZ19.9819.9667.09-
YUV103.85190.7266.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.01%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 215 (84.38% from 255) = 59.89%
R=5.01%
G=35.10%
B=59.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181262150.920.4100.16207.1184.5545.69
Hex127ED75C29010cf552e
Octal221763271345102031712556
Binary100101111110110101111011100101001010000110011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #127ED7;
 }
 .AnyTagClassName
 {
   color: #127ED7;
 }
</style>
background-color css

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

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

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

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

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

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