Html Css Color HEX #193469 Catalina Blue

📋 copy color: '#193469'

red 25 ◦ green 52 ◦ blue 105

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

Shades of Catalina Blue #193469

Tints of Catalina Blue #193469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.57%

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

R = 13.74%
G = 28.57%
B = 57.69%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#193469 (or 0x193469) is known color: Catalina Blue. HEX triplet: 19, 34 and 69. RGB value is (25,52,105). Sum of RGB (Red+Green+Blue) = 25+52+105=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #193469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193469 is #E6CB96. Grayscale: #313131. Windows color (decimal): -15125399 or 6894617. OLE color: 6894617.

HSL color Cylindrical-coordinate representation of color #193469: hue angle of 219.75º 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 #193469 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 52 105 -
CMYK 0.76 0.50 0 0.59
HSL 219.75º 0.62% 0.25% -
HSV(B) 219.75º 0.76% 0.41% -
XYZ 4.18 3.68 13.86 -
YUV 49.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 25 52 105 0.76 0.50 0 0.59 219.75 0.62 0.25
Hex 19 34 69 4C 32 0 3B DC 3E 19
Octal 31 64 151 114 62 0 73 334 76 31
Binary 11001 110100 1101001 1001100 110010 0 111011 11011100 111110 11001

Color Harmonies of #193469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193469

Black with #193469

Text Example


Text Example

White with #193469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193469; }

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

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

background-color css

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

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

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

border-color css

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

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

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