#126798

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

Shades of Cerulean #126798

Tints of Cerulean #126798

Color information

#126798 (or 0x126798) is unknown color: approx Cerulean. HEX triplet: 12, 67 and 98. RGB value is (18,103,152). Sum of RGB (Red+Green+Blue) = 18+103+152=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #126798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126798 is #ED9867. Grayscale: #525252. Windows color (decimal): -15571048 or 9987858. OLE color: 9987858.

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

Color convert

RGB18103152-
CMYK0.880.3200.40
HSL201.94º78.82%33.33%-
HSV(B)201.94º88.16%59.61%-
XYZ10.7712.131.47-
YUV83.17166.8481.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 152 (59.77% from 255) = 55.68%
R=6.59%
G=37.73%
B=55.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181031520.880.3200.40201.9478.8233.33
Hex1267985820028ca4f21
Octal221472301304005031211741
Binary1001011001111001100010110001000000101000110010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126798; }

 p { color: rgb(18,103,152); }

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

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

 a { background-color: rgb(18,103,152); }

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

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

 span { border-color: rgb(18,103,152); }

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