#193562

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

Shades of Catalina Blue #193562

Tints of Catalina Blue #193562

Color information

#193562 (or 0x193562) is unknown color: approx Catalina Blue. HEX triplet: 19, 35 and 62. RGB value is (25,53,98). Sum of RGB (Red+Green+Blue) = 25+53+98=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #193562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193562 is #E6CA9D. Grayscale: #313131. Windows color (decimal): -15125150 or 6436121. OLE color: 6436121.

HSL color Cylindrical-coordinate representation of color #193562: hue angle of 216.99º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193562 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255398-
CMYK0.740.4600.62
HSL216.99º59.35%24.12%-
HSV(B)216.99º74.49%38.43%-
XYZ3.883.6312.05-
YUV49.76155.22110.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=14.20%
G=30.11%
B=55.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2553980.740.4600.62216.9959.3524.12
Hex1935624A2E03Ed93b18
Octal3165142112560763317330
Binary110011101011100010100101010111001111101101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193562; }

 p { color: rgb(25,53,98); }

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

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

 a { background-color: rgb(25,53,98); }

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

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

 span { border-color: rgb(25,53,98); }

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