#193964

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

Shades of Catalina Blue #193964

Tints of Catalina Blue #193964

Color information

#193964 (or 0x193964) is unknown color: approx Catalina Blue. HEX triplet: 19, 39 and 64. RGB value is (25,57,100). Sum of RGB (Red+Green+Blue) = 25+57+100=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #193964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193964 is #E6C69B. Grayscale: #343434. Windows color (decimal): -15124124 or 6568217. OLE color: 6568217.

HSL color Cylindrical-coordinate representation of color #193964: hue angle of 214.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 #193964 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2557100-
CMYK0.750.4300.61
HSL214.4º60%24.51%-
HSV(B)214.4º75%39.22%-
XYZ4.164.0512.62-
YUV52.33154.9108.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 100 (39.45% from 255) = 54.95%
R=13.74%
G=31.32%
B=54.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25571000.750.4300.61214.46024.51
Hex1939644B2B03Dd63c19
Octal3171144113530753267431
Binary110011110011100100100101110101101111011101011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193964; }

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

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

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

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

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

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

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

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