#127DC2

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

Shades of Navy Blue #127DC2

Tints of Navy Blue #127DC2

Color information

#127DC2 (or 0x127DC2) is unknown color: approx Navy Blue. HEX triplet: 12, 7D and C2. RGB value is (18,125,194). Sum of RGB (Red+Green+Blue) = 18+125+194=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #127DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DC2 is #ED823D. Grayscale: #646464. Windows color (decimal): -15565374 or 12746002. OLE color: 12746002.

HSL color Cylindrical-coordinate representation of color #127DC2: hue angle of 203.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127DC2 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18125194-
CMYK0.910.3600.24
HSL203.52º83.02%41.57%-
HSV(B)203.52º90.72%76.08%-
XYZ17.3218.6953.73-
YUV100.87180.5568.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 194 (76.17% from 255) = 57.57%
R=5.34%
G=37.09%
B=57.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181251940.910.3600.24203.5283.0241.57
Hex127DC25B24018cc532a
Octal221753021334403031412352
Binary100101111101110000101011011100100011000110011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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