#127A99

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

Shades of Cerulean #127A99

Tints of Cerulean #127A99

Color information

#127A99 (or 0x127A99) is unknown color: approx Cerulean. HEX triplet: 12, 7A and 99. RGB value is (18,122,153). Sum of RGB (Red+Green+Blue) = 18+122+153=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #127A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A99 is #ED8566. Grayscale: #5E5E5E. Windows color (decimal): -15566183 or 10058258. OLE color: 10058258.

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

Color convert

RGB18122153-
CMYK0.880.2000.4
HSL193.78º78.95%33.53%-
HSV(B)193.78º88.24%60%-
XYZ12.9616.3532.61-
YUV94.44161.0473.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=6.14%
G=41.64%
B=52.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181221530.880.2000.4193.7878.9533.53
Hex127A995814028c24f22
Octal221722311302405030211742
Binary100101111010100110011011000101000101000110000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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