#193662

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

Shades of Catalina Blue #193662

Tints of Catalina Blue #193662

Color information

#193662 (or 0x193662) is unknown color: approx Catalina Blue. HEX triplet: 19, 36 and 62. RGB value is (25,54,98). Sum of RGB (Red+Green+Blue) = 25+54+98=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #193662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193662 is #E6C99D. Grayscale: #323232. Windows color (decimal): -15124894 or 6436377. OLE color: 6436377.

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

Color convert

RGB255498-
CMYK0.740.4500.62
HSL216.16º59.35%24.12%-
HSV(B)216.16º74.49%38.43%-
XYZ3.923.7312.07-
YUV50.34154.89109.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=14.12%
G=30.51%
B=55.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2554980.740.4500.62216.1659.3524.12
Hex1936624A2D03Ed83b18
Octal3166142112550763307330
Binary110011101101100010100101010110101111101101100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193662; }

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

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

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

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

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

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

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

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