#19799E

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

Shades of Cerulean #19799E

Tints of Cerulean #19799E

Color information

#19799E (or 0x19799E) is unknown color: approx Cerulean. HEX triplet: 19, 79 and 9E. RGB value is (25,121,158). Sum of RGB (Red+Green+Blue) = 25+121+158=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #19799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19799E is #E68661. Grayscale: #606060. Windows color (decimal): -15107682 or 10385689. OLE color: 10385689.

HSL color Cylindrical-coordinate representation of color #19799E: hue angle of 196.69º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19799E is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB25121158-
CMYK0.840.2300.38
HSL196.69º72.68%35.88%-
HSV(B)196.69º84.18%61.96%-
XYZ13.4116.3534.8-
YUV96.51162.776.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=8.22%
G=39.80%
B=51.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251211580.840.2300.38196.6972.6835.88
Hex19799E5417026c54924
Octal311712361242704630511144
Binary110011111001100111101010100101110100110110001011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19799E; }

 p { color: rgb(25,121,158); }

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

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

 a { background-color: rgb(25,121,158); }

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

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

 span { border-color: rgb(25,121,158); }

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