#127AAA

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

Shades of Cerulean #127AAA

Tints of Cerulean #127AAA

Color information

#127AAA (or 0x127AAA) is unknown color: approx Cerulean. HEX triplet: 12, 7A and AA. RGB value is (18,122,170). Sum of RGB (Red+Green+Blue) = 18+122+170=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #127AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAA is #ED8555. Grayscale: #606060. Windows color (decimal): -15566166 or 11172370. OLE color: 11172370.

HSL color Cylindrical-coordinate representation of color #127AAA: hue angle of 198.95º 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 #127AAA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18122170-
CMYK0.890.2800.33
HSL198.95º80.85%36.86%-
HSV(B)198.95º89.41%66.67%-
XYZ14.4616.9540.54-
YUV96.38169.5472.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=5.81%
G=39.35%
B=54.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181221700.890.2800.33198.9580.8536.86
Hex127AAA591C021c75125
Octal221722521313404130712145
Binary100101111010101010101011001111000100001110001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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