#193877

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

Shades of Dark Cerulean #193877

Tints of Dark Cerulean #193877

Color information

#193877 (or 0x193877) is unknown color: approx Dark Cerulean. HEX triplet: 19, 38 and 77. RGB value is (25,56,119). Sum of RGB (Red+Green+Blue) = 25+56+119=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #193877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193877 is #E6C788. Grayscale: #353535. Windows color (decimal): -15124361 or 7813145. OLE color: 7813145.

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

Color convert

RGB2556119-
CMYK0.790.5300.53
HSL220.21º65.28%28.24%-
HSV(B)220.21º78.99%46.67%-
XYZ5.144.3718.02-
YUV53.91164.73107.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 119 (46.88% from 255) = 59.5%
R=12.5%
G=28%
B=59.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25561190.790.5300.53220.2165.2828.24
Hex1938774F35035dc411c
Octal31701671176506533410134
Binary1100111100011101111001111110101011010111011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193877; }

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

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

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

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

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

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

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

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