#127499

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

Shades of Cerulean #127499

Tints of Cerulean #127499

Color information

#127499 (or 0x127499) is unknown color: approx Cerulean. HEX triplet: 12, 74 and 99. RGB value is (18,116,153). Sum of RGB (Red+Green+Blue) = 18+116+153=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #127499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127499 is #ED8B66. Grayscale: #5A5A5A. Windows color (decimal): -15567719 or 10056722. OLE color: 10056722.

HSL color Cylindrical-coordinate representation of color #127499: hue angle of 196.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127499 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB18116153-
CMYK0.880.2400.4
HSL196.44º78.95%33.53%-
HSV(B)196.44º88.24%60%-
XYZ12.2414.9232.37-
YUV90.92163.0375.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=6.27%
G=40.42%
B=53.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181161530.880.2400.4196.4478.9533.53
Hex1274995818028c44f22
Octal221642311303005030411742
Binary100101110100100110011011000110000101000110001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127499; }

 p { color: rgb(18,116,153); }

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

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

 a { background-color: rgb(18,116,153); }

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

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

 span { border-color: rgb(18,116,153); }

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