Html Css Color HEX #193860 Catalina Blue

📋 copy color: '#193860'

red 25 ◦ green 56 ◦ blue 96

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

Shades of Catalina Blue #193860

Tints of Catalina Blue #193860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

 BLUE value IS 96 (37.89% from 255) = 54.24%

R = 14.12%
G = 31.64%
B = 54.24%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193860 (or 0x193860) is known color: Catalina Blue. HEX triplet: 19, 38 and 60. RGB value is (25,56,96). Sum of RGB (Red+Green+Blue) = 25+56+96=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #193860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193860 is #E6C79F. Grayscale: #333333. Windows color (decimal): -15124384 or 6305817. OLE color: 6305817.

HSL color Cylindrical-coordinate representation of color #193860: hue angle of 213.8º 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 #193860 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 56 96 -
CMYK 0.74 0.42 0 0.62
HSL 213.8º 0.59% 0.24% -
HSV(B) 213.8º 0.74% 0.38% -
XYZ 3.93 3.88 11.61 -
YUV 51.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 25 56 96 0.74 0.42 0 0.62 213.8 0.59 0.24
Hex 19 38 60 4A 2A 0 3E D6 3B 18
Octal 31 70 140 112 52 0 76 326 73 30
Binary 11001 111000 1100000 1001010 101010 0 111110 11010110 111011 11000

Color Harmonies of #193860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193860

Black with #193860

Text Example


Text Example

White with #193860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193860; }

 p { color: rgb(25,56,96); }

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

background-color css

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

 a { background-color: rgb(25,56,96); }

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

border-color css

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

 span { border-color: rgb(25,56,96); }

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