#127DAC

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

Shades of Cerulean #127DAC

Tints of Cerulean #127DAC

Color information

#127DAC (or 0x127DAC) is unknown color: approx Cerulean. HEX triplet: 12, 7D and AC. RGB value is (18,125,172). Sum of RGB (Red+Green+Blue) = 18+125+172=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #127DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DAC is #ED8253. Grayscale: #626262. Windows color (decimal): -15565396 or 11304210. OLE color: 11304210.

HSL color Cylindrical-coordinate representation of color #127DAC: hue angle of 198.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127DAC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18125172-
CMYK0.900.2700.33
HSL198.31º81.05%37.25%-
HSV(B)198.31º89.53%67.45%-
XYZ15.0317.7741.67-
YUV98.36169.5570.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=5.71%
G=39.68%
B=54.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181251720.900.2700.33198.3181.0537.25
Hex127DAC5A1B021c65125
Octal221752541323304130612145
Binary100101111101101011001011010110110100001110001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,172); }

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

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

 a { background-color: rgb(18,125,172); }

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

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

 span { border-color: rgb(18,125,172); }

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