Html Css Color HEX #193366 Catalina Blue

📋 copy color: '#193366'

red 25 ◦ green 51 ◦ blue 102

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

Shades of Catalina Blue #193366

Tints of Catalina Blue #193366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

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

R = 14.04%
G = 28.65%
B = 57.3%

CMYK

 C value IS 0.75

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#193366 (or 0x193366) is known color: Catalina Blue. HEX triplet: 19, 33 and 66. RGB value is (25,51,102). Sum of RGB (Red+Green+Blue) = 25+51+102=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #193366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193366 is #E6CC99. Grayscale: #303030. Windows color (decimal): -15125658 or 6697753. OLE color: 6697753.

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

Color convert

RGB 25 51 102 -
CMYK 0.75 0.5 0 0.6
HSL 219.74º 0.61% 0.25% -
HSV(B) 219.74º 0.75% 0.4% -
XYZ 3.98 3.53 13.04 -
YUV 49.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 25 51 102 0.75 0.5 0 0.6 219.74 0.61 0.25
Hex 19 33 66 4B 32 0 3C DC 3D 19
Octal 31 63 146 113 62 0 74 334 75 31
Binary 11001 110011 1100110 1001011 110010 0 111100 11011100 111101 11001

Color Harmonies of #193366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193366

Black with #193366

Text Example


Text Example

White with #193366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193366; }

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

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

background-color css

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

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

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

border-color css

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

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

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