Html Css Color HEX #193763 Catalina Blue

📋 copy color: '#193763'

red 25 ◦ green 55 ◦ blue 99

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

Shades of Catalina Blue #193763

Tints of Catalina Blue #193763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55.31%

R = 13.97%
G = 30.73%
B = 55.31%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#193763 (or 0x193763) is known color: Catalina Blue. HEX triplet: 19, 37 and 63. RGB value is (25,55,99). Sum of RGB (Red+Green+Blue) = 25+55+99=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #193763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193763 is #E6C89C. Grayscale: #323232. Windows color (decimal): -15124637 or 6502169. OLE color: 6502169.

HSL color Cylindrical-coordinate representation of color #193763: hue angle of 215.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193763 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 55 99 -
CMYK 0.75 0.44 0 0.61
HSL 215.68º 0.6% 0.24% -
HSV(B) 215.68º 0.75% 0.39% -
XYZ 4.02 3.84 12.33 -
YUV 51.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 25 55 99 0.75 0.44 0 0.61 215.68 0.6 0.24
Hex 19 37 63 4B 2C 0 3D D8 3C 18
Octal 31 67 143 113 54 0 75 330 74 30
Binary 11001 110111 1100011 1001011 101100 0 111101 11011000 111100 11000

Color Harmonies of #193763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193763

Black with #193763

Text Example


Text Example

White with #193763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193763; }

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

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

background-color css

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

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

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

border-color css

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

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

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