#127CA2

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

Shades of Cerulean #127CA2

Tints of Cerulean #127CA2

Color information

#127CA2 (or 0x127CA2) is unknown color: approx Cerulean. HEX triplet: 12, 7C and A2. RGB value is (18,124,162). Sum of RGB (Red+Green+Blue) = 18+124+162=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #127CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CA2 is #ED835D. Grayscale: #606060. Windows color (decimal): -15565662 or 10648594. OLE color: 10648594.

HSL color Cylindrical-coordinate representation of color #127CA2: hue angle of 195.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127CA2 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18124162-
CMYK0.890.2300.36
HSL195.83º80%35.29%-
HSV(B)195.83º88.89%63.53%-
XYZ13.9817.1536.76-
YUV96.64164.8871.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.92%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 162 (63.67% from 255) = 53.29%
R=5.92%
G=40.79%
B=53.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181241620.890.2300.36195.838035.29
Hex127CA25917024c45023
Octal221742421312704430412043
Binary100101111100101000101011001101110100100110001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,124,162); }

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

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

 a { background-color: rgb(18,124,162); }

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

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

 span { border-color: rgb(18,124,162); }

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