#193362

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

Shades of Catalina Blue #193362

Tints of Catalina Blue #193362

Color information

#193362 (or 0x193362) is unknown color: approx Catalina Blue. HEX triplet: 19, 33 and 62. RGB value is (25,51,98). Sum of RGB (Red+Green+Blue) = 25+51+98=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #193362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193362 is #E6CC9D. Grayscale: #303030. Windows color (decimal): -15125662 or 6435609. OLE color: 6435609.

HSL color Cylindrical-coordinate representation of color #193362: hue angle of 218.63º 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 #193362 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255198-
CMYK0.740.4800.62
HSL218.63º59.35%24.12%-
HSV(B)218.63º74.49%38.43%-
XYZ3.793.4612.02-
YUV48.58155.89111.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=14.37%
G=29.31%
B=56.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2551980.740.4800.62218.6359.3524.12
Hex1933624A3003Edb3b18
Octal3163142112600763337330
Binary110011100111100010100101011000001111101101101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193362; }

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

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

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

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

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

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

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

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