#127397

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

Shades of Cerulean #127397

Tints of Cerulean #127397

Color information

#127397 (or 0x127397) is unknown color: approx Cerulean. HEX triplet: 12, 73 and 97. RGB value is (18,115,151). Sum of RGB (Red+Green+Blue) = 18+115+151=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #127397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127397 is #ED8C68. Grayscale: #595959. Windows color (decimal): -15567977 or 9925394. OLE color: 9925394.

HSL color Cylindrical-coordinate representation of color #127397: hue angle of 196.24º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127397 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18115151-
CMYK0.880.2400.41
HSL196.24º78.7%33.14%-
HSV(B)196.24º88.08%59.22%-
XYZ11.9714.6231.47-
YUV90.1162.3676.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 115 (45.31% from 255) = 40.49%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=6.34%
G=40.49%
B=53.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181151510.880.2400.41196.2478.733.14
Hex1273975818029c44f21
Octal221632271303005130411741
Binary100101110011100101111011000110000101001110001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127397; }

 p { color: rgb(18,115,151); }

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

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

 a { background-color: rgb(18,115,151); }

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

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

 span { border-color: rgb(18,115,151); }

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