Html Css Color HEX #193A6A Catalina Blue

📋 copy color: '#193A6A'

red 25 ◦ green 58 ◦ blue 106

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

Shades of Catalina Blue #193A6A

Tints of Catalina Blue #193A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

 BLUE value IS 106 (41.8% from 255) = 56.08%

R = 13.23%
G = 30.69%
B = 56.08%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#193A6A (or 0x193A6A) is known color: Catalina Blue. HEX triplet: 19, 3A and 6A. RGB value is (25,58,106). Sum of RGB (Red+Green+Blue) = 25+58+106=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #193A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A6A is #E6C595. Grayscale: #353535. Windows color (decimal): -15123862 or 6961689. OLE color: 6961689.

HSL color Cylindrical-coordinate representation of color #193A6A: hue angle of 215.56º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193A6A is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 58 106 -
CMYK 0.76 0.45 0 0.58
HSL 215.56º 0.62% 0.26% -
HSV(B) 215.56º 0.76% 0.42% -
XYZ 4.52 4.27 14.22 -
YUV 53.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 25 58 106 0.76 0.45 0 0.58 215.56 0.62 0.26
Hex 19 3A 6A 4C 2D 0 3A D8 3E 1A
Octal 31 72 152 114 55 0 72 330 76 32
Binary 11001 111010 1101010 1001100 101101 0 111010 11011000 111110 11010

Color Harmonies of #193A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A6A

Black with #193A6A

Text Example


Text Example

White with #193A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193A6A; }

 p { color: rgb(25,58,106); }

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

background-color css

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

 a { background-color: rgb(25,58,106); }

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

border-color css

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

 span { border-color: rgb(25,58,106); }

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