#127AB4

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

Shades of Cerulean #127AB4

Tints of Cerulean #127AB4

Color information

#127AB4 (or 0x127AB4) is unknown color: approx Cerulean. HEX triplet: 12, 7A and B4. RGB value is (18,122,180). Sum of RGB (Red+Green+Blue) = 18+122+180=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #127AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB4 is #ED854B. Grayscale: #616161. Windows color (decimal): -15566156 or 11827730. OLE color: 11827730.

HSL color Cylindrical-coordinate representation of color #127AB4: hue angle of 201.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AB4 is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18122180-
CMYK0.90.3200.29
HSL201.48º81.82%38.82%-
HSV(B)201.48º90%70.59%-
XYZ15.4517.3445.71-
YUV97.52174.5471.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=5.62%
G=38.12%
B=56.25%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181221800.90.3200.29201.4881.8238.82
Hex127AB45A2001Dc95227
Octal221722641324003531112247
Binary100101111010101101001011010100000011101110010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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