#126899

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

Shades of Cerulean #126899

Tints of Cerulean #126899

Color information

#126899 (or 0x126899) is unknown color: approx Cerulean. HEX triplet: 12, 68 and 99. RGB value is (18,104,153). Sum of RGB (Red+Green+Blue) = 18+104+153=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #126899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126899 is #ED9766. Grayscale: #535353. Windows color (decimal): -15570791 or 10053650. OLE color: 10053650.

HSL color Cylindrical-coordinate representation of color #126899: hue angle of 201.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126899 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB18104153-
CMYK0.880.3200.4
HSL201.78º78.95%33.53%-
HSV(B)201.78º88.24%60%-
XYZ10.9512.3331.94-
YUV83.87167.0181.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=6.55%
G=37.82%
B=55.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181041530.880.3200.4201.7878.9533.53
Hex1268995820028ca4f22
Octal221502311304005031211742
Binary1001011010001001100110110001000000101000110010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126899; }

 p { color: rgb(18,104,153); }

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

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

 a { background-color: rgb(18,104,153); }

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

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

 span { border-color: rgb(18,104,153); }

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