#193E6E

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

Shades of Catalina Blue #193E6E

Tints of Catalina Blue #193E6E

Color information

#193E6E (or 0x193E6E) is unknown color: approx Catalina Blue. HEX triplet: 19, 3E and 6E. RGB value is (25,62,110). Sum of RGB (Red+Green+Blue) = 25+62+110=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #193E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E6E is #E6C191. Grayscale: #383838. Windows color (decimal): -15122834 or 7224857. OLE color: 7224857.

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

Color convert

RGB2562110-
CMYK0.770.4400.57
HSL213.88º62.96%26.47%-
HSV(B)213.88º77.27%43.14%-
XYZ4.944.7815.41-
YUV56.41158.24105.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=12.69%
G=31.47%
B=55.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25621100.770.4400.57213.8862.9626.47
Hex193E6E4D2C039d63f1a
Octal3176156115540713267732
Binary110011111101101110100110110110001110011101011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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