#127BA2

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

Shades of Cerulean #127BA2

Tints of Cerulean #127BA2

Color information

#127BA2 (or 0x127BA2) is unknown color: approx Cerulean. HEX triplet: 12, 7B and A2. RGB value is (18,123,162). Sum of RGB (Red+Green+Blue) = 18+123+162=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #127BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA2 is #ED845D. Grayscale: #5F5F5F. Windows color (decimal): -15565918 or 10648338. OLE color: 10648338.

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

Color convert

RGB18123162-
CMYK0.890.2400.36
HSL196.25º80%35.29%-
HSV(B)196.25º88.89%63.53%-
XYZ13.8516.936.71-
YUV96.05165.2172.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 162 (63.67% from 255) = 53.47%
R=5.94%
G=40.59%
B=53.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181231620.890.2400.36196.258035.29
Hex127BA25918024c45023
Octal221732421313004430412043
Binary100101111011101000101011001110000100100110001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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