Html Css Color HEX #19325D Catalina Blue

📋 copy color: '#19325D'

red 25 ◦ green 50 ◦ blue 93

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

Shades of Catalina Blue #19325D

Tints of Catalina Blue #19325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 14.88%
G = 29.76%
B = 55.36%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19325D (or 0x19325D) is known color: Catalina Blue. HEX triplet: 19, 32 and 5D. RGB value is (25,50,93). Sum of RGB (Red+Green+Blue) = 25+50+93=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #19325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19325D is #E6CDA2. Grayscale: #2F2F2F. Windows color (decimal): -15125923 or 6107673. OLE color: 6107673.

HSL color Cylindrical-coordinate representation of color #19325D: hue angle of 217.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19325D is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 50 93 -
CMYK 0.73 0.46 0 0.64
HSL 217.94º 0.58% 0.23% -
HSV(B) 217.94º 0.73% 0.36% -
XYZ 3.52 3.28 10.8 -
YUV 47.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 25 50 93 0.73 0.46 0 0.64 217.94 0.58 0.23
Hex 19 32 5D 49 2E 0 40 DA 3A 17
Octal 31 62 135 111 56 0 100 332 72 27
Binary 11001 110010 1011101 1001001 101110 0 1000000 11011010 111010 10111

Color Harmonies of #19325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19325D

Black with #19325D

Text Example


Text Example

White with #19325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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