#193879

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

Shades of Dark Cerulean #193879

Tints of Dark Cerulean #193879

Color information

#193879 (or 0x193879) is unknown color: approx Dark Cerulean. HEX triplet: 19, 38 and 79. RGB value is (25,56,121). Sum of RGB (Red+Green+Blue) = 25+56+121=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #193879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193879 is #E6C786. Grayscale: #353535. Windows color (decimal): -15124359 or 7944217. OLE color: 7944217.

HSL color Cylindrical-coordinate representation of color #193879: hue angle of 220.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193879 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2556121-
CMYK0.790.5400.53
HSL220.62º65.75%28.63%-
HSV(B)220.62º79.34%47.45%-
XYZ5.274.4218.66-
YUV54.14165.73107.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=12.38%
G=27.72%
B=59.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25561210.790.5400.53220.6265.7528.63
Hex1938794F36035dd421d
Octal31701711176606533510235
Binary1100111100011110011001111110110011010111011101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193879; }

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

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

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

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

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

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

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

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