Html Css Color HEX #193561 Catalina Blue

📋 copy color: '#193561'

red 25 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #193561

Tints of Catalina Blue #193561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 14.29%
G = 30.29%
B = 55.43%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193561 (or 0x193561) is known color: Catalina Blue. HEX triplet: 19, 35 and 61. RGB value is (25,53,97). Sum of RGB (Red+Green+Blue) = 25+53+97=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #193561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193561 is #E6CA9E. Grayscale: #313131. Windows color (decimal): -15125151 or 6370585. OLE color: 6370585.

HSL color Cylindrical-coordinate representation of color #193561: hue angle of 216.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193561 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 53 97 -
CMYK 0.74 0.45 0 0.62
HSL 216.67º 0.59% 0.24% -
HSV(B) 216.67º 0.74% 0.38% -
XYZ 3.83 3.62 11.81 -
YUV 49.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 25 53 97 0.74 0.45 0 0.62 216.67 0.59 0.24
Hex 19 35 61 4A 2D 0 3E D9 3B 18
Octal 31 65 141 112 55 0 76 331 73 30
Binary 11001 110101 1100001 1001010 101101 0 111110 11011001 111011 11000

Color Harmonies of #193561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193561

Black with #193561

Text Example


Text Example

White with #193561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193561; }

 p { color: rgb(25,53,97); }

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

background-color css

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

 a { background-color: rgb(25,53,97); }

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

border-color css

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

 span { border-color: rgb(25,53,97); }

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