Html Css Color HEX #193769 Catalina Blue

📋 copy color: '#193769'

red 25 ◦ green 55 ◦ blue 105

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

Shades of Catalina Blue #193769

Tints of Catalina Blue #193769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 13.51%
G = 29.73%
B = 56.76%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193769 (or 0x193769) is known color: Catalina Blue. HEX triplet: 19, 37 and 69. RGB value is (25,55,105). Sum of RGB (Red+Green+Blue) = 25+55+105=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #193769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193769 is #E6C896. Grayscale: #333333. Windows color (decimal): -15124631 or 6895385. OLE color: 6895385.

HSL color Cylindrical-coordinate representation of color #193769: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193769 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 55 105 -
CMYK 0.76 0.48 0 0.59
HSL 217.5º 0.62% 0.25% -
HSV(B) 217.5º 0.76% 0.41% -
XYZ 4.32 3.96 13.9 -
YUV 51.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 25 55 105 0.76 0.48 0 0.59 217.5 0.62 0.25
Hex 19 37 69 4C 30 0 3B DA 3E 19
Octal 31 67 151 114 60 0 73 332 76 31
Binary 11001 110111 1101001 1001100 110000 0 111011 11011010 111110 11001

Color Harmonies of #193769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193769

Black with #193769

Text Example


Text Example

White with #193769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193769; }

 p { color: rgb(25,55,105); }

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

background-color css

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

 a { background-color: rgb(25,55,105); }

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

border-color css

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

 span { border-color: rgb(25,55,105); }

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