Html Css Color HEX #193060 Catalina Blue

📋 copy color: '#193060'

red 25 ◦ green 48 ◦ blue 96

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

Shades of Catalina Blue #193060

Tints of Catalina Blue #193060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.8%

R = 14.79%
G = 28.4%
B = 56.8%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193060 (or 0x193060) is known color: Catalina Blue. HEX triplet: 19, 30 and 60. RGB value is (25,48,96). Sum of RGB (Red+Green+Blue) = 25+48+96=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #193060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193060 is #E6CF9F. Grayscale: #2E2E2E. Windows color (decimal): -15126432 or 6303769. OLE color: 6303769.

HSL color Cylindrical-coordinate representation of color #193060: hue angle of 220.56º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193060 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 48 96 -
CMYK 0.74 0.50 0 0.62
HSL 220.56º 0.59% 0.24% -
HSV(B) 220.56º 0.74% 0.38% -
XYZ 3.57 3.17 11.49 -
YUV 46.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 25 48 96 0.74 0.50 0 0.62 220.56 0.59 0.24
Hex 19 30 60 4A 32 0 3E DD 3B 18
Octal 31 60 140 112 62 0 76 335 73 30
Binary 11001 110000 1100000 1001010 110010 0 111110 11011101 111011 11000

Color Harmonies of #193060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193060

Black with #193060

Text Example


Text Example

White with #193060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193060; }

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

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

background-color css

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

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

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

border-color css

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

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

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