#127CA1

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

Shades of Cerulean #127CA1

Tints of Cerulean #127CA1

Color information

#127CA1 (or 0x127CA1) is unknown color: approx Cerulean. HEX triplet: 12, 7C and A1. RGB value is (18,124,161). Sum of RGB (Red+Green+Blue) = 18+124+161=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #127CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CA1 is #ED835E. Grayscale: #606060. Windows color (decimal): -15565663 or 10583058. OLE color: 10583058.

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

Color convert

RGB18124161-
CMYK0.890.2300.37
HSL195.52º79.89%35.1%-
HSV(B)195.52º88.82%63.14%-
XYZ13.8917.1236.29-
YUV96.52164.3871.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 161 (63.28% from 255) = 53.14%
R=5.94%
G=40.92%
B=53.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181241610.890.2300.37195.5279.8935.1
Hex127CA15917025c45023
Octal221742411312704530412043
Binary100101111100101000011011001101110100101110001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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