#193882

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

Shades of Dark Cerulean #193882

Tints of Dark Cerulean #193882

Color information

#193882 (or 0x193882) is unknown color: approx Dark Cerulean. HEX triplet: 19, 38 and 82. RGB value is (25,56,130). Sum of RGB (Red+Green+Blue) = 25+56+130=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #193882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193882 is #E6C77D. Grayscale: #363636. Windows color (decimal): -15124350 or 8534041. OLE color: 8534041.

HSL color Cylindrical-coordinate representation of color #193882: hue angle of 222.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193882 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2556130-
CMYK0.810.5700.49
HSL222.29º67.74%30.39%-
HSV(B)222.29º80.77%50.98%-
XYZ5.844.6521.71-
YUV55.17170.23106.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 130 (51.17% from 255) = 61.61%
R=11.85%
G=26.54%
B=61.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25561300.810.5700.49222.2967.7430.39
Hex1938825139031de441e
Octal31702021217106133610436
Binary11001111000100000101010001111001011000111011110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193882; }

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

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

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

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

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

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

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

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