Html Css Color HEX #193059 Catalina Blue

📋 copy color: '#193059'

red 25 ◦ green 48 ◦ blue 89

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

Shades of Catalina Blue #193059

Tints of Catalina Blue #193059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 15.43%
G = 29.63%
B = 54.94%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193059 (or 0x193059) is known color: Catalina Blue. HEX triplet: 19, 30 and 59. RGB value is (25,48,89). Sum of RGB (Red+Green+Blue) = 25+48+89=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #193059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193059 is #E6CFA6. Grayscale: #2D2D2D. Windows color (decimal): -15126439 or 5845017. OLE color: 5845017.

HSL color Cylindrical-coordinate representation of color #193059: hue angle of 218.44º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193059 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 48 89 -
CMYK 0.72 0.46 0 0.65
HSL 218.44º 0.56% 0.22% -
HSV(B) 218.44º 0.72% 0.35% -
XYZ 3.26 3.04 9.87 -
YUV 45.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 25 48 89 0.72 0.46 0 0.65 218.44 0.56 0.22
Hex 19 30 59 48 2E 0 41 DA 38 16
Octal 31 60 131 110 56 0 101 332 70 26
Binary 11001 110000 1011001 1001000 101110 0 1000001 11011010 111000 10110

Color Harmonies of #193059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193059

Black with #193059

Text Example


Text Example

White with #193059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193059; }

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

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

background-color css

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

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

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

border-color css

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

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

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