#193D6F

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

Shades of Catalina Blue #193D6F

Tints of Catalina Blue #193D6F

Color information

#193D6F (or 0x193D6F) is unknown color: approx Catalina Blue. HEX triplet: 19, 3D and 6F. RGB value is (25,61,111). Sum of RGB (Red+Green+Blue) = 25+61+111=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #193D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D6F is #E6C290. Grayscale: #373737. Windows color (decimal): -15123089 or 7290137. OLE color: 7290137.

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

Color convert

RGB2561111-
CMYK0.770.4500.56
HSL214.88º63.24%26.67%-
HSV(B)214.88º77.48%43.53%-
XYZ4.944.6915.68-
YUV55.94159.07105.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=12.69%
G=30.96%
B=56.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25611110.770.4500.56214.8863.2426.67
Hex193D6F4D2D038d73f1b
Octal3175157115550703277733
Binary110011111011101111100110110110101110001101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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