Html Css Color HEX #193459 Catalina Blue

📋 copy color: '#193459'

red 25 ◦ green 52 ◦ blue 89

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

Shades of Catalina Blue #193459

Tints of Catalina Blue #193459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

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

R = 15.06%
G = 31.33%
B = 53.61%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193459 (or 0x193459) is known color: Catalina Blue. HEX triplet: 19, 34 and 59. RGB value is (25,52,89). Sum of RGB (Red+Green+Blue) = 25+52+89=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #193459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193459 is #E6CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15125415 or 5846041. OLE color: 5846041.

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

Color convert

RGB 25 52 89 -
CMYK 0.72 0.42 0 0.65
HSL 214.69º 0.56% 0.22% -
HSV(B) 214.69º 0.72% 0.35% -
XYZ 3.43 3.38 9.92 -
YUV 48.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 25 52 89 0.72 0.42 0 0.65 214.69 0.56 0.22
Hex 19 34 59 48 2A 0 41 D7 38 16
Octal 31 64 131 110 52 0 101 327 70 26
Binary 11001 110100 1011001 1001000 101010 0 1000001 11010111 111000 10110

Color Harmonies of #193459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193459

Black with #193459

Text Example


Text Example

White with #193459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193459; }

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

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

background-color css

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

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

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

border-color css

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

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

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