Html Css Color HEX #193569 Catalina Blue

📋 copy color: '#193569'

red 25 ◦ green 53 ◦ blue 105

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

Shades of Catalina Blue #193569

Tints of Catalina Blue #193569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.38%

R = 13.66%
G = 28.96%
B = 57.38%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193569 (or 0x193569) is known color: Catalina Blue. HEX triplet: 19, 35 and 69. RGB value is (25,53,105). Sum of RGB (Red+Green+Blue) = 25+53+105=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #193569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193569 is #E6CA96. Grayscale: #323232. Windows color (decimal): -15125143 or 6894873. OLE color: 6894873.

HSL color Cylindrical-coordinate representation of color #193569: hue angle of 219º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193569 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 53 105 -
CMYK 0.76 0.50 0 0.59
HSL 219º 0.62% 0.25% -
HSV(B) 219º 0.76% 0.41% -
XYZ 4.22 3.77 13.87 -
YUV 50.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 25 53 105 0.76 0.50 0 0.59 219 0.62 0.25
Hex 19 35 69 4C 32 0 3B DB 3E 19
Octal 31 65 151 114 62 0 73 333 76 31
Binary 11001 110101 1101001 1001100 110010 0 111011 11011011 111110 11001

Color Harmonies of #193569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193569

Black with #193569

Text Example


Text Example

White with #193569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193569; }

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

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

background-color css

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

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

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

border-color css

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

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

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