#127B99

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

Shades of Cerulean #127B99

Tints of Cerulean #127B99

Color information

#127B99 (or 0x127B99) is unknown color: approx Cerulean. HEX triplet: 12, 7B and 99. RGB value is (18,123,153). Sum of RGB (Red+Green+Blue) = 18+123+153=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #127B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B99 is #ED8466. Grayscale: #5E5E5E. Windows color (decimal): -15565927 or 10058514. OLE color: 10058514.

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

Color convert

RGB18123153-
CMYK0.880.2000.4
HSL193.33º78.95%33.53%-
HSV(B)193.33º88.24%60%-
XYZ13.0816.5932.65-
YUV95.02160.7173.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=6.12%
G=41.84%
B=52.04%

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
Decimal181231530.880.2000.4193.3378.9533.53
Hex127B995814028c14f22
Octal221732311302405030111742
Binary100101111011100110011011000101000101000110000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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