Html Css Color HEX #193665 Catalina Blue

📋 copy color: '#193665'

red 25 ◦ green 54 ◦ blue 101

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

Shades of Catalina Blue #193665

Tints of Catalina Blue #193665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 101 (39.84% from 255) = 56.11%

R = 13.89%
G = 30%
B = 56.11%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#193665 (or 0x193665) is known color: Catalina Blue. HEX triplet: 19, 36 and 65. RGB value is (25,54,101). Sum of RGB (Red+Green+Blue) = 25+54+101=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #193665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193665 is #E6C99A. Grayscale: #323232. Windows color (decimal): -15124891 or 6632985. OLE color: 6632985.

HSL color Cylindrical-coordinate representation of color #193665: hue angle of 217.11º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193665 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 25 54 101 -
CMYK 0.75 0.47 0 0.60
HSL 217.11º 0.6% 0.25% -
HSV(B) 217.11º 0.75% 0.4% -
XYZ 4.07 3.78 12.83 -
YUV 50.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 25 54 101 0.75 0.47 0 0.60 217.11 0.6 0.25
Hex 19 36 65 4B 2F 0 3C D9 3C 19
Octal 31 66 145 113 57 0 74 331 74 31
Binary 11001 110110 1100101 1001011 101111 0 111100 11011001 111100 11001

Color Harmonies of #193665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193665

Black with #193665

Text Example


Text Example

White with #193665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193665; }

 p { color: rgb(25,54,101); }

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

background-color css

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

 a { background-color: rgb(25,54,101); }

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

border-color css

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

 span { border-color: rgb(25,54,101); }

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