#193E6C

Color #193E6C Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #193E6C

Tints of Catalina Blue #193E6C

Color information

#193E6C (or 0x193E6C) is unknown color: approx Catalina Blue. HEX triplet: 19, 3E and 6C. RGB value is (25,62,108). Sum of RGB (Red+Green+Blue) = 25+62+108=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #193E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E6C is #E6C193. Grayscale: #373737. Windows color (decimal): -15122836 or 7093785. OLE color: 7093785.

HSL color Cylindrical-coordinate representation of color #193E6C: hue angle of 213.25º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #193E6C is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2562108-
CMYK0.770.4300.58
HSL213.25º62.41%26.08%-
HSV(B)213.25º76.85%42.35%-
XYZ4.834.7314.85-
YUV56.18157.24105.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=12.82%
G=31.79%
B=55.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25621080.770.4300.58213.2562.4126.08
Hex193E6C4D2B03Ad53e1a
Octal3176154115530723257632
Binary110011111101101100100110110101101110101101010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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