Html Css Color HEX #193259 Catalina Blue

📋 copy color: '#193259'

red 25 ◦ green 50 ◦ blue 89

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

Shades of Catalina Blue #193259

Tints of Catalina Blue #193259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

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

R = 15.24%
G = 30.49%
B = 54.27%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193259 (or 0x193259) is known color: Catalina Blue. HEX triplet: 19, 32 and 59. RGB value is (25,50,89). Sum of RGB (Red+Green+Blue) = 25+50+89=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #193259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193259 is #E6CDA6. Grayscale: #2E2E2E. Windows color (decimal): -15125927 or 5845529. OLE color: 5845529.

HSL color Cylindrical-coordinate representation of color #193259: hue angle of 216.56º 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 #193259 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 50 89 -
CMYK 0.72 0.44 0 0.65
HSL 216.56º 0.56% 0.22% -
HSV(B) 216.56º 0.72% 0.35% -
XYZ 3.34 3.21 9.89 -
YUV 46.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 25 50 89 0.72 0.44 0 0.65 216.56 0.56 0.22
Hex 19 32 59 48 2C 0 41 D9 38 16
Octal 31 62 131 110 54 0 101 331 70 26
Binary 11001 110010 1011001 1001000 101100 0 1000001 11011001 111000 10110

Color Harmonies of #193259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193259

Black with #193259

Text Example


Text Example

White with #193259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193259; }

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

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

background-color css

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

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

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

border-color css

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

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

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