#127A9A

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

Shades of Cerulean #127A9A

Tints of Cerulean #127A9A

Color information

#127A9A (or 0x127A9A) is unknown color: approx Cerulean. HEX triplet: 12, 7A and 9A. RGB value is (18,122,154). Sum of RGB (Red+Green+Blue) = 18+122+154=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #127A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A9A is #ED8565. Grayscale: #5E5E5E. Windows color (decimal): -15566182 or 10123794. OLE color: 10123794.

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

Color convert

RGB18122154-
CMYK0.880.2100.40
HSL194.12º79.07%33.73%-
HSV(B)194.12º88.31%60.39%-
XYZ13.0416.3833.05-
YUV94.55161.5473.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=6.12%
G=41.50%
B=52.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181221540.880.2100.40194.1279.0733.73
Hex127A9A5815028c24f22
Octal221722321302505030211742
Binary100101111010100110101011000101010101000110000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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