#193976

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

Shades of Dark Cerulean #193976

Tints of Dark Cerulean #193976

Color information

#193976 (or 0x193976) is unknown color: approx Dark Cerulean. HEX triplet: 19, 39 and 76. RGB value is (25,57,118). Sum of RGB (Red+Green+Blue) = 25+57+118=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #193976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193976 is #E6C689. Grayscale: #363636. Windows color (decimal): -15124106 or 7747865. OLE color: 7747865.

HSL color Cylindrical-coordinate representation of color #193976: hue angle of 219.35º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193976 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2557118-
CMYK0.790.5200.54
HSL219.35º65.03%28.04%-
HSV(B)219.35º78.81%46.27%-
XYZ5.134.4417.73-
YUV54.39163.9107.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 118 (46.48% from 255) = 59%
R=12.5%
G=28.5%
B=59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25571180.790.5200.54219.3565.0328.04
Hex1939764F34036db411c
Octal31711661176406633310134
Binary1100111100111101101001111110100011011011011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193976; }

 p { color: rgb(25,57,118); }

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

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

 a { background-color: rgb(25,57,118); }

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

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

 span { border-color: rgb(25,57,118); }

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