#193466

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

Shades of Catalina Blue #193466

Tints of Catalina Blue #193466

Color information

#193466 (or 0x193466) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 66. RGB value is (25,52,102). Sum of RGB (Red+Green+Blue) = 25+52+102=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #193466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193466 is #E6CB99. Grayscale: #313131. Windows color (decimal): -15125402 or 6698009. OLE color: 6698009.

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

Color convert

RGB2552102-
CMYK0.750.4900.6
HSL218.96º60.63%24.9%-
HSV(B)218.96º75.49%40%-
XYZ4.033.6213.06-
YUV49.63157.55110.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=13.97%
G=29.05%
B=56.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25521020.750.4900.6218.9660.6324.9
Hex1934664B3103Cdb3d19
Octal3164146113610743337531
Binary110011101001100110100101111000101111001101101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193466; }

 p { color: rgb(25,52,102); }

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

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

 a { background-color: rgb(25,52,102); }

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

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

 span { border-color: rgb(25,52,102); }

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