#193669

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

Shades of Catalina Blue #193669

Tints of Catalina Blue #193669

Color information

#193669 (or 0x193669) is unknown color: approx Catalina Blue. HEX triplet: 19, 36 and 69. RGB value is (25,54,105). Sum of RGB (Red+Green+Blue) = 25+54+105=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #193669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193669 is #E6C996. Grayscale: #323232. Windows color (decimal): -15124887 or 6895129. OLE color: 6895129.

HSL color Cylindrical-coordinate representation of color #193669: hue angle of 218.25º degrees, saturation: 0.62, 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 #193669 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2554105-
CMYK0.760.4900.59
HSL218.25º61.54%25.49%-
HSV(B)218.25º76.19%41.18%-
XYZ4.273.8613.89-
YUV51.14158.39109.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=13.59%
G=29.35%
B=57.07%

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
Decimal25541050.760.4900.59218.2561.5425.49
Hex1936694C3103Bda3e19
Octal3166151114610733327631
Binary110011101101101001100110011000101110111101101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193669; }

 p { color: rgb(25,54,105); }

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

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

 a { background-color: rgb(25,54,105); }

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

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

 span { border-color: rgb(25,54,105); }

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