#193465

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

Shades of Catalina Blue #193465

Tints of Catalina Blue #193465

Color information

#193465 (or 0x193465) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 65. RGB value is (25,52,101). Sum of RGB (Red+Green+Blue) = 25+52+101=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #193465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193465 is #E6CB9A. Grayscale: #313131. Windows color (decimal): -15125403 or 6632473. OLE color: 6632473.

HSL color Cylindrical-coordinate representation of color #193465: hue angle of 218.68º degrees, saturation: 0.6, 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 #193465 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2552101-
CMYK0.750.4900.60
HSL218.68º60.32%24.71%-
HSV(B)218.68º75.25%39.61%-
XYZ3.983.612.8-
YUV49.51157.05110.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 101 (39.84% from 255) = 56.74%
R=14.04%
G=29.21%
B=56.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25521010.750.4900.60218.6860.3224.71
Hex1934654B3103Cdb3c19
Octal3164145113610743337431
Binary110011101001100101100101111000101111001101101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193465; }

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

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

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

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

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

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

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

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