#127296

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

Shades of Cerulean #127296

Tints of Cerulean #127296

Color information

#127296 (or 0x127296) is unknown color: approx Cerulean. HEX triplet: 12, 72 and 96. RGB value is (18,114,150). Sum of RGB (Red+Green+Blue) = 18+114+150=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #127296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127296 is #ED8D69. Grayscale: #595959. Windows color (decimal): -15568234 or 9859602. OLE color: 9859602.

HSL color Cylindrical-coordinate representation of color #127296: hue angle of 196.36º 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 #127296 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18114150-
CMYK0.880.2400.41
HSL196.36º78.57%32.94%-
HSV(B)196.36º88%58.82%-
XYZ11.7714.3731.01-
YUV89.4162.277.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=6.38%
G=40.43%
B=53.19%

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
Decimal181141500.880.2400.41196.3678.5732.94
Hex1272965818029c44f21
Octal221622261303005130411741
Binary100101110010100101101011000110000101001110001001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127296; }

 p { color: rgb(18,114,150); }

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

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

 a { background-color: rgb(18,114,150); }

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

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

 span { border-color: rgb(18,114,150); }

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