#127DDC

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

Shades of Navy Blue #127DDC

Tints of Navy Blue #127DDC

Color information

#127DDC (or 0x127DDC) is unknown color: approx Navy Blue. HEX triplet: 12, 7D and DC. RGB value is (18,125,220). Sum of RGB (Red+Green+Blue) = 18+125+220=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #127DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DDC is #ED8223. Grayscale: #676767. Windows color (decimal): -15565348 or 14449938. OLE color: 14449938.

HSL color Cylindrical-coordinate representation of color #127DDC: hue angle of 208.22º 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 #127DDC is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18125220-
CMYK0.920.4300.14
HSL208.22º84.87%46.67%-
HSV(B)208.22º91.82%86.27%-
XYZ20.519.9670.48-
YUV103.84193.5566.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=4.96%
G=34.44%
B=60.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181252200.920.4300.14208.2284.8746.67
Hex127DDC5C2B0Ed0552f
Octal221753341345301632012557
Binary10010111110111011100101110010101101110110100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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