#193A6D

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

Shades of Catalina Blue #193A6D

Tints of Catalina Blue #193A6D

Color information

#193A6D (or 0x193A6D) is unknown color: approx Catalina Blue. HEX triplet: 19, 3A and 6D. RGB value is (25,58,109). Sum of RGB (Red+Green+Blue) = 25+58+109=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #193A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A6D is #E6C592. Grayscale: #353535. Windows color (decimal): -15123859 or 7158297. OLE color: 7158297.

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

Color convert

RGB2558109-
CMYK0.770.4700.57
HSL216.43º62.69%26.27%-
HSV(B)216.43º77.06%42.75%-
XYZ4.674.3415.06-
YUV53.95159.07107.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=13.02%
G=30.21%
B=56.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25581090.770.4700.57216.4362.6926.27
Hex193A6D4D2F039d83f1a
Octal3172155115570713307732
Binary110011110101101101100110110111101110011101100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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