Html Css Color HEX #193263 Catalina Blue

📋 copy color: '#193263'

red 25 ◦ green 50 ◦ blue 99

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

Shades of Catalina Blue #193263

Tints of Catalina Blue #193263

RGB

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

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

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

R = 14.37%
G = 28.74%
B = 56.9%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#193263 (or 0x193263) is known color: Catalina Blue. HEX triplet: 19, 32 and 63. RGB value is (25,50,99). Sum of RGB (Red+Green+Blue) = 25+50+99=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #193263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193263 is #E6CD9C. Grayscale: #2F2F2F. Windows color (decimal): -15125917 or 6500889. OLE color: 6500889.

HSL color Cylindrical-coordinate representation of color #193263: hue angle of 219.73º 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 #193263 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 50 99 -
CMYK 0.75 0.49 0 0.61
HSL 219.73º 0.6% 0.24% -
HSV(B) 219.73º 0.75% 0.39% -
XYZ 3.79 3.39 12.26 -
YUV 48.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 25 50 99 0.75 0.49 0 0.61 219.73 0.6 0.24
Hex 19 32 63 4B 31 0 3D DC 3C 18
Octal 31 62 143 113 61 0 75 334 74 30
Binary 11001 110010 1100011 1001011 110001 0 111101 11011100 111100 11000

Color Harmonies of #193263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193263

Black with #193263

Text Example


Text Example

White with #193263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193263; }

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

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

background-color css

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

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

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

border-color css

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

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

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