Html Css Color HEX #19375F Catalina Blue

📋 copy color: '#19375F'

red 25 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #19375F

Tints of Catalina Blue #19375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 14.29%
G = 31.43%
B = 54.29%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19375F (or 0x19375F) is known color: Catalina Blue. HEX triplet: 19, 37 and 5F. RGB value is (25,55,95). Sum of RGB (Red+Green+Blue) = 25+55+95=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #19375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19375F is #E6C8A0. Grayscale: #323232. Windows color (decimal): -15124641 or 6240025. OLE color: 6240025.

HSL color Cylindrical-coordinate representation of color #19375F: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19375F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 55 95 -
CMYK 0.74 0.42 0 0.63
HSL 214.29º 0.58% 0.24% -
HSV(B) 214.29º 0.74% 0.37% -
XYZ 3.83 3.77 11.35 -
YUV 50.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 25 55 95 0.74 0.42 0 0.63 214.29 0.58 0.24
Hex 19 37 5F 4A 2A 0 3F D6 3A 18
Octal 31 67 137 112 52 0 77 326 72 30
Binary 11001 110111 1011111 1001010 101010 0 111111 11010110 111010 11000

Color Harmonies of #19375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19375F

Black with #19375F

Text Example


Text Example

White with #19375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19375F; }

 p { color: rgb(25,55,95); }

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

background-color css

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

 a { background-color: rgb(25,55,95); }

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

border-color css

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

 span { border-color: rgb(25,55,95); }

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