#127495

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

Shades of Cerulean #127495

Tints of Cerulean #127495

Color information

#127495 (or 0x127495) is unknown color: approx Cerulean. HEX triplet: 12, 74 and 95. RGB value is (18,116,149). Sum of RGB (Red+Green+Blue) = 18+116+149=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #127495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127495 is #ED8B6A. Grayscale: #5A5A5A. Windows color (decimal): -15567723 or 9794578. OLE color: 9794578.

HSL color Cylindrical-coordinate representation of color #127495: hue angle of 195.11º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127495 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18116149-
CMYK0.880.2200.42
HSL195.11º78.44%32.75%-
HSV(B)195.11º87.92%58.43%-
XYZ11.9214.7930.66-
YUV90.46161.0376.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=6.36%
G=40.99%
B=52.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181161490.880.2200.42195.1178.4432.75
Hex127495581602Ac34e21
Octal221642251302605230311641
Binary100101110100100101011011000101100101010110000111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127495; }

 p { color: rgb(18,116,149); }

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

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

 a { background-color: rgb(18,116,149); }

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

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

 span { border-color: rgb(18,116,149); }

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