Html Css Color HEX #193159 Catalina Blue

📋 copy color: '#193159'

red 25 ◦ green 49 ◦ blue 89

#193159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #193159

Tints of Catalina Blue #193159

RGB

 RED value IS 25 (10.16% from 255) = 15.34%

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 89 (35.16% from 255) = 54.6%

R = 15.34%
G = 30.06%
B = 54.6%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193159 (or 0x193159) is known color: Catalina Blue. HEX triplet: 19, 31 and 59. RGB value is (25,49,89). Sum of RGB (Red+Green+Blue) = 25+49+89=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #193159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193159 is #E6CEA6. Grayscale: #2E2E2E. Windows color (decimal): -15126183 or 5845273. OLE color: 5845273.

HSL color Cylindrical-coordinate representation of color #193159: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193159 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 49 89 -
CMYK 0.72 0.45 0 0.65
HSL 217.5º 0.56% 0.22% -
HSV(B) 217.5º 0.72% 0.35% -
XYZ 3.3 3.12 9.88 -
YUV 46.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 25 49 89 0.72 0.45 0 0.65 217.5 0.56 0.22
Hex 19 31 59 48 2D 0 41 DA 38 16
Octal 31 61 131 110 55 0 101 332 70 26
Binary 11001 110001 1011001 1001000 101101 0 1000001 11011010 111000 10110

Color Harmonies of #193159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193159

Black with #193159

Text Example


Text Example

White with #193159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193159; }

 p { color: rgb(25,49,89); }

 H1.HeaderClassName
 {
   color: #193159;
 }
 .AnyTagClassName
 {
   color: #193159;
 }
</style>

background-color css

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

 a { background-color: rgb(25,49,89); }

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

border-color css

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

 span { border-color: rgb(25,49,89); }

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