Html Css Color HEX #193254 Catalina Blue

📋 copy color: '#193254'

red 25 ◦ green 50 ◦ blue 84

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

Shades of Catalina Blue #193254

Tints of Catalina Blue #193254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 15.72%
G = 31.45%
B = 52.83%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193254 (or 0x193254) is known color: Catalina Blue. HEX triplet: 19, 32 and 54. RGB value is (25,50,84). Sum of RGB (Red+Green+Blue) = 25+50+84=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #193254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193254 is #E6CDAB. Grayscale: #2E2E2E. Windows color (decimal): -15125932 or 5517849. OLE color: 5517849.

HSL color Cylindrical-coordinate representation of color #193254: hue angle of 214.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193254 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 50 84 -
CMYK 0.70 0.40 0 0.67
HSL 214.58º 0.54% 0.21% -
HSV(B) 214.58º 0.7% 0.33% -
XYZ 3.14 3.13 8.83 -
YUV 46.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 25 50 84 0.70 0.40 0 0.67 214.58 0.54 0.21
Hex 19 32 54 46 28 0 43 D7 36 15
Octal 31 62 124 106 50 0 103 327 66 25
Binary 11001 110010 1010100 1000110 101000 0 1000011 11010111 110110 10101

Color Harmonies of #193254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193254

Black with #193254

Text Example


Text Example

White with #193254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193254; }

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

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

background-color css

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

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

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

border-color css

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

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

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