Html Css Color HEX #193154 Catalina Blue

📋 copy color: '#193154'

red 25 ◦ green 49 ◦ blue 84

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

Shades of Catalina Blue #193154

Tints of Catalina Blue #193154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.01%

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

R = 15.82%
G = 31.01%
B = 53.16%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#193154 (or 0x193154) is known color: Catalina Blue. HEX triplet: 19, 31 and 54. RGB value is (25,49,84). Sum of RGB (Red+Green+Blue) = 25+49+84=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #193154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193154 is #E6CEAB. Grayscale: #2D2D2D. Windows color (decimal): -15126188 or 5517593. OLE color: 5517593.

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

Color convert

RGB 25 49 84 -
CMYK 0.70 0.42 0 0.67
HSL 215.59º 0.54% 0.21% -
HSV(B) 215.59º 0.7% 0.33% -
XYZ 3.1 3.04 8.81 -
YUV 45.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 25 49 84 0.70 0.42 0 0.67 215.59 0.54 0.21
Hex 19 31 54 46 2A 0 43 D8 36 15
Octal 31 61 124 106 52 0 103 330 66 25
Binary 11001 110001 1010100 1000110 101010 0 1000011 11011000 110110 10101

Color Harmonies of #193154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193154

Black with #193154

Text Example


Text Example

White with #193154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193154; }

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

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

background-color css

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

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

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

border-color css

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

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

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