Html Css Color HEX #19305E Catalina Blue

📋 copy color: '#19305E'

red 25 ◦ green 48 ◦ blue 94

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

Shades of Catalina Blue #19305E

Tints of Catalina Blue #19305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 94 (37.11% from 255) = 56.29%

R = 14.97%
G = 28.74%
B = 56.29%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19305E (or 0x19305E) is known color: Catalina Blue. HEX triplet: 19, 30 and 5E. RGB value is (25,48,94). Sum of RGB (Red+Green+Blue) = 25+48+94=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #19305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19305E is #E6CFA1. Grayscale: #2E2E2E. Windows color (decimal): -15126434 or 6172697. OLE color: 6172697.

HSL color Cylindrical-coordinate representation of color #19305E: hue angle of 220º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19305E is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 48 94 -
CMYK 0.73 0.49 0 0.63
HSL 220º 0.58% 0.23% -
HSV(B) 220º 0.73% 0.37% -
XYZ 3.48 3.13 11.01 -
YUV 46.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 25 48 94 0.73 0.49 0 0.63 220 0.58 0.23
Hex 19 30 5E 49 31 0 3F DC 3A 17
Octal 31 60 136 111 61 0 77 334 72 27
Binary 11001 110000 1011110 1001001 110001 0 111111 11011100 111010 10111

Color Harmonies of #19305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19305E

Black with #19305E

Text Example


Text Example

White with #19305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19305E; }

 p { color: rgb(25,48,94); }

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

background-color css

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

 a { background-color: rgb(25,48,94); }

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

border-color css

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

 span { border-color: rgb(25,48,94); }

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