#193464

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

Shades of Catalina Blue #193464

Tints of Catalina Blue #193464

Color information

#193464 (or 0x193464) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 64. RGB value is (25,52,100). Sum of RGB (Red+Green+Blue) = 25+52+100=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #193464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193464 is #E6CB9B. Grayscale: #313131. Windows color (decimal): -15125404 or 6566937. OLE color: 6566937.

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

Color convert

RGB2552100-
CMYK0.750.4800.61
HSL218.4º60%24.51%-
HSV(B)218.4º75%39.22%-
XYZ3.933.5812.54-
YUV49.4156.55110.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 100 (39.45% from 255) = 56.50%
R=14.12%
G=29.38%
B=56.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25521000.750.4800.61218.46024.51
Hex1934644B3003Dda3c19
Octal3164144113600753327431
Binary110011101001100100100101111000001111011101101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193464; }

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

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

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

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

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

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

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

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