Html Css Color HEX #193766 Catalina Blue

📋 copy color: '#193766'

red 25 ◦ green 55 ◦ blue 102

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

Shades of Catalina Blue #193766

Tints of Catalina Blue #193766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 13.74%
G = 30.22%
B = 56.04%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#193766 (or 0x193766) is known color: Catalina Blue. HEX triplet: 19, 37 and 66. RGB value is (25,55,102). Sum of RGB (Red+Green+Blue) = 25+55+102=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #193766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193766 is #E6C899. Grayscale: #333333. Windows color (decimal): -15124634 or 6698777. OLE color: 6698777.

HSL color Cylindrical-coordinate representation of color #193766: hue angle of 216.62º degrees, saturation: 0.61, 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 #193766 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 25 55 102 -
CMYK 0.75 0.46 0 0.6
HSL 216.62º 0.61% 0.25% -
HSV(B) 216.62º 0.75% 0.4% -
XYZ 4.17 3.9 13.1 -
YUV 51.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 25 55 102 0.75 0.46 0 0.6 216.62 0.61 0.25
Hex 19 37 66 4B 2E 0 3C D9 3D 19
Octal 31 67 146 113 56 0 74 331 75 31
Binary 11001 110111 1100110 1001011 101110 0 111100 11011001 111101 11001

Color Harmonies of #193766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193766

Black with #193766

Text Example


Text Example

White with #193766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193766; }

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

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

background-color css

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

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

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

border-color css

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

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

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