#193A89

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

Shades of Dark Cerulean #193A89

Tints of Dark Cerulean #193A89

Color information

#193A89 (or 0x193A89) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3A and 89. RGB value is (25,58,137). Sum of RGB (Red+Green+Blue) = 25+58+137=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #193A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A89 is #E6C576. Grayscale: #383838. Windows color (decimal): -15123831 or 8993305. OLE color: 8993305.

HSL color Cylindrical-coordinate representation of color #193A89: hue angle of 222.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193A89 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2558137-
CMYK0.820.5800.46
HSL222.32º69.14%31.76%-
HSV(B)222.32º81.75%53.73%-
XYZ6.435.0424.3-
YUV57.14173.07105.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 137 (53.91% from 255) = 62.27%
R=11.36%
G=26.36%
B=62.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25581370.820.5800.46222.3269.1431.76
Hex193A89523A02Ede4520
Octal31722111227205633610540
Binary110011110101000100110100101110100101110110111101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,58,137); }

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

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

 a { background-color: rgb(25,58,137); }

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

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

 span { border-color: rgb(25,58,137); }

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