#127A9B

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

Shades of Cerulean #127A9B

Tints of Cerulean #127A9B

Color information

#127A9B (or 0x127A9B) is unknown color: approx Cerulean. HEX triplet: 12, 7A and 9B. RGB value is (18,122,155). Sum of RGB (Red+Green+Blue) = 18+122+155=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #127A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A9B is #ED8564. Grayscale: #5E5E5E. Windows color (decimal): -15566181 or 10189330. OLE color: 10189330.

HSL color Cylindrical-coordinate representation of color #127A9B: hue angle of 194.45º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127A9B is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18122155-
CMYK0.880.2100.39
HSL194.45º79.19%33.92%-
HSV(B)194.45º88.39%60.78%-
XYZ13.1316.4133.49-
YUV94.67162.0473.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=6.10%
G=41.36%
B=52.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181221550.880.2100.39194.4579.1933.92
Hex127A9B5815027c24f22
Octal221722331302504730211742
Binary100101111010100110111011000101010100111110000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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