Html Css Color HEX #193255 Catalina Blue

📋 copy color: '#193255'

red 25 ◦ green 50 ◦ blue 85

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

Shades of Catalina Blue #193255

Tints of Catalina Blue #193255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 15.63%
G = 31.25%
B = 53.13%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193255 (or 0x193255) is known color: Catalina Blue. HEX triplet: 19, 32 and 55. RGB value is (25,50,85). Sum of RGB (Red+Green+Blue) = 25+50+85=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #193255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193255 is #E6CDAA. Grayscale: #2E2E2E. Windows color (decimal): -15125931 or 5583385. OLE color: 5583385.

HSL color Cylindrical-coordinate representation of color #193255: hue angle of 215º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193255 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 50 85 -
CMYK 0.71 0.41 0 0.67
HSL 215º 0.55% 0.22% -
HSV(B) 215º 0.71% 0.33% -
XYZ 3.18 3.14 9.03 -
YUV 46.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 25 50 85 0.71 0.41 0 0.67 215 0.55 0.22
Hex 19 32 55 47 29 0 43 D7 37 16
Octal 31 62 125 107 51 0 103 327 67 26
Binary 11001 110010 1010101 1000111 101001 0 1000011 11010111 110111 10110

Color Harmonies of #193255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193255

Black with #193255

Text Example


Text Example

White with #193255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193255; }

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

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

background-color css

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

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

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

border-color css

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

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

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