#127FA9

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

Shades of Cerulean #127FA9

Tints of Cerulean #127FA9

Color information

#127FA9 (or 0x127FA9) is unknown color: approx Cerulean. HEX triplet: 12, 7F and A9. RGB value is (18,127,169). Sum of RGB (Red+Green+Blue) = 18+127+169=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #127FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FA9 is #ED8056. Grayscale: #626262. Windows color (decimal): -15564887 or 11108114. OLE color: 11108114.

HSL color Cylindrical-coordinate representation of color #127FA9: hue angle of 196.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127FA9 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18127169-
CMYK0.890.2500.34
HSL196.69º80.75%36.67%-
HSV(B)196.69º89.35%66.27%-
XYZ1518.1740.25-
YUV99.2167.3970.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=5.73%
G=40.45%
B=53.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181271690.890.2500.34196.6980.7536.67
Hex127FA95919022c55125
Octal221772511313104230512145
Binary100101111111101010011011001110010100010110001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,127,169); }

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

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

 a { background-color: rgb(18,127,169); }

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

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

 span { border-color: rgb(18,127,169); }

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