#193568

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

Shades of Catalina Blue #193568

Tints of Catalina Blue #193568

Color information

#193568 (or 0x193568) is unknown color: approx Catalina Blue. HEX triplet: 19, 35 and 68. RGB value is (25,53,104). Sum of RGB (Red+Green+Blue) = 25+53+104=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #193568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193568 is #E6CA97. Grayscale: #323232. Windows color (decimal): -15125144 or 6829337. OLE color: 6829337.

HSL color Cylindrical-coordinate representation of color #193568: hue angle of 218.73º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193568 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2553104-
CMYK0.760.4900.59
HSL218.73º61.24%25.29%-
HSV(B)218.73º75.96%40.78%-
XYZ4.173.7513.6-
YUV50.44158.22109.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=13.74%
G=29.12%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25531040.760.4900.59218.7361.2425.29
Hex1935684C3103Bdb3d19
Octal3165150114610733337531
Binary110011101011101000100110011000101110111101101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193568; }

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

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

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

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

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

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

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

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