#127ab5

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

Shades of Cerulean #127AB5

Tints of Cerulean #127AB5

Color information

#127AB5 (or 0x127AB5) is unknown color: approx Cerulean. HEX triplet: 12, 7A and B5. RGB value is (18,122,181). Sum of RGB (Red+Green+Blue) = 18+122+181=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #127AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB5 is #ED854A. Grayscale: #616161. Windows color (decimal): -15566155 or 11893266. OLE color: 11893266.

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

Color convert

RGB18122181-
CMYK0.900.3300.29
HSL201.72º81.91%39.02%-
HSV(B)201.72º90.06%70.98%-
XYZ15.5517.3846.25-
YUV97.63175.0471.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.61%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 181 (71.09% from 255) = 56.39%
R=5.61%
G=38.01%
B=56.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181221810.900.3300.29201.7281.9139.02
Hex127AB55A2101Dca5227
Octal221722651324103531212247
Binary100101111010101101011011010100001011101110010101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127ab5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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