#19476F

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

Shades of Dark Cerulean #19476F

Tints of Dark Cerulean #19476F

Color information

#19476F (or 0x19476F) is unknown color: approx Dark Cerulean. HEX triplet: 19, 47 and 6F. RGB value is (25,71,111). Sum of RGB (Red+Green+Blue) = 25+71+111=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #19476F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19476F is #E6B890. Grayscale: #3D3D3D. Windows color (decimal): -15120529 or 7292697. OLE color: 7292697.

HSL color Cylindrical-coordinate representation of color #19476F: hue angle of 207.91º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19476F is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2571111-
CMYK0.770.3600.56
HSL207.91º63.24%26.67%-
HSV(B)207.91º77.48%43.53%-
XYZ5.525.8615.88-
YUV61.81155.76101.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=12.08%
G=34.30%
B=53.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25711110.770.3600.56207.9163.2426.67
Hex19476F4D24038d03f1b
Octal31107157115440703207733
Binary1100110001111101111100110110010001110001101000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19476F; }

 p { color: rgb(25,71,111); }

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

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

 a { background-color: rgb(25,71,111); }

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

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

 span { border-color: rgb(25,71,111); }

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