Html Css Color HEX #193359 Catalina Blue

📋 copy color: '#193359'

red 25 ◦ green 51 ◦ blue 89

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

Shades of Catalina Blue #193359

Tints of Catalina Blue #193359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

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

R = 15.15%
G = 30.91%
B = 53.94%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193359 (or 0x193359) is known color: Catalina Blue. HEX triplet: 19, 33 and 59. RGB value is (25,51,89). Sum of RGB (Red+Green+Blue) = 25+51+89=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #193359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193359 is #E6CCA6. Grayscale: #2F2F2F. Windows color (decimal): -15125671 or 5845785. OLE color: 5845785.

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

Color convert

RGB 25 51 89 -
CMYK 0.72 0.43 0 0.65
HSL 215.63º 0.56% 0.22% -
HSV(B) 215.63º 0.72% 0.35% -
XYZ 3.39 3.3 9.91 -
YUV 47.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 25 51 89 0.72 0.43 0 0.65 215.63 0.56 0.22
Hex 19 33 59 48 2B 0 41 D8 38 16
Octal 31 63 131 110 53 0 101 330 70 26
Binary 11001 110011 1011001 1001000 101011 0 1000001 11011000 111000 10110

Color Harmonies of #193359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193359

Black with #193359

Text Example


Text Example

White with #193359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193359; }

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

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

background-color css

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

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

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

border-color css

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

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

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