#127AAB

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

Shades of Cerulean #127AAB

Tints of Cerulean #127AAB

Color information

#127AAB (or 0x127AAB) is unknown color: approx Cerulean. HEX triplet: 12, 7A and AB. RGB value is (18,122,171). Sum of RGB (Red+Green+Blue) = 18+122+171=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #127AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAB is #ED8554. Grayscale: #606060. Windows color (decimal): -15566165 or 11237906. OLE color: 11237906.

HSL color Cylindrical-coordinate representation of color #127AAB: hue angle of 199.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127AAB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18122171-
CMYK0.890.2900.33
HSL199.22º80.95%37.06%-
HSV(B)199.22º89.47%67.06%-
XYZ14.5616.9941.04-
YUV96.49170.0472.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=5.79%
G=39.23%
B=54.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181221710.890.2900.33199.2280.9537.06
Hex127AAB591D021c75125
Octal221722531313504130712145
Binary100101111010101010111011001111010100001110001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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