#127BAC

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

Shades of Cerulean #127BAC

Tints of Cerulean #127BAC

Color information

#127BAC (or 0x127BAC) is unknown color: approx Cerulean. HEX triplet: 12, 7B and AC. RGB value is (18,123,172). Sum of RGB (Red+Green+Blue) = 18+123+172=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #127BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BAC is #ED8453. Grayscale: #606060. Windows color (decimal): -15565908 or 11303698. OLE color: 11303698.

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

Color convert

RGB18123172-
CMYK0.900.2800.33
HSL199.09º81.05%37.25%-
HSV(B)199.09º89.53%67.45%-
XYZ14.7817.2741.58-
YUV97.19170.2171.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=5.75%
G=39.30%
B=54.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181231720.900.2800.33199.0981.0537.25
Hex127BAC5A1C021c75125
Octal221732541323404130712145
Binary100101111011101011001011010111000100001110001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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