Html Css Color HEX #193053 Catalina Blue

📋 copy color: '#193053'

red 25 ◦ green 48 ◦ blue 83

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

Shades of Catalina Blue #193053

Tints of Catalina Blue #193053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.77%

 BLUE value IS 83 (32.81% from 255) = 53.21%

R = 16.03%
G = 30.77%
B = 53.21%

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

#193053 (or 0x193053) is known color: Catalina Blue. HEX triplet: 19, 30 and 53. RGB value is (25,48,83). Sum of RGB (Red+Green+Blue) = 25+48+83=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #193053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193053 is #E6CFAC. Grayscale: #2C2C2C. Windows color (decimal): -15126445 or 5451801. OLE color: 5451801.

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

Color convert

RGB 25 48 83 -
CMYK 0.70 0.42 0 0.67
HSL 216.21º 0.54% 0.21% -
HSV(B) 216.21º 0.7% 0.33% -
XYZ 3.02 2.95 8.59 -
YUV 45.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 25 48 83 0.70 0.42 0 0.67 216.21 0.54 0.21
Hex 19 30 53 46 2A 0 43 D8 36 15
Octal 31 60 123 106 52 0 103 330 66 25
Binary 11001 110000 1010011 1000110 101010 0 1000011 11011000 110110 10101

Color Harmonies of #193053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193053

Black with #193053

Text Example


Text Example

White with #193053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193053; }

 p { color: rgb(25,48,83); }

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

background-color css

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

 a { background-color: rgb(25,48,83); }

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

border-color css

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

 span { border-color: rgb(25,48,83); }

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