#127299

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

Shades of Cerulean #127299

Tints of Cerulean #127299

Color information

#127299 (or 0x127299) is unknown color: approx Cerulean. HEX triplet: 12, 72 and 99. RGB value is (18,114,153). Sum of RGB (Red+Green+Blue) = 18+114+153=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #127299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127299 is #ED8D66. Grayscale: #595959. Windows color (decimal): -15568231 or 10056210. OLE color: 10056210.

HSL color Cylindrical-coordinate representation of color #127299: hue angle of 197.33º 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 #127299 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB18114153-
CMYK0.880.2500.4
HSL197.33º78.95%33.53%-
HSV(B)197.33º88.24%60%-
XYZ12.0214.4632.3-
YUV89.74163.776.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=6.32%
G=40%
B=53.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181141530.880.2500.4197.3378.9533.53
Hex1272995819028c54f22
Octal221622311303105030511742
Binary100101110010100110011011000110010101000110001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127299; }

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

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

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

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

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

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

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

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