#193E6F

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

Shades of Dark Cerulean #193E6F

Tints of Dark Cerulean #193E6F

Color information

#193E6F (or 0x193E6F) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3E and 6F. RGB value is (25,62,111). Sum of RGB (Red+Green+Blue) = 25+62+111=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #193E6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E6F is #E6C190. Grayscale: #383838. Windows color (decimal): -15122833 or 7290393. OLE color: 7290393.

HSL color Cylindrical-coordinate representation of color #193E6F: hue angle of 214.19º 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 #193E6F is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2562111-
CMYK0.770.4400.56
HSL214.19º63.24%26.67%-
HSV(B)214.19º77.48%43.53%-
XYZ4.994.815.7-
YUV56.52158.74105.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=12.63%
G=31.31%
B=56.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25621110.770.4400.56214.1963.2426.67
Hex193E6F4D2C038d63f1b
Octal3176157115540703267733
Binary110011111101101111100110110110001110001101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193E6F; }

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

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

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

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

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

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

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

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