Html Css Color HEX #193364 Catalina Blue

📋 copy color: '#193364'

red 25 ◦ green 51 ◦ blue 100

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

Shades of Catalina Blue #193364

Tints of Catalina Blue #193364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 56.82%

R = 14.2%
G = 28.98%
B = 56.82%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#193364 (or 0x193364) is known color: Catalina Blue. HEX triplet: 19, 33 and 64. RGB value is (25,51,100). Sum of RGB (Red+Green+Blue) = 25+51+100=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #193364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193364 is #E6CC9B. Grayscale: #303030. Windows color (decimal): -15125660 or 6566681. OLE color: 6566681.

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

Color convert

RGB 25 51 100 -
CMYK 0.75 0.49 0 0.61
HSL 219.2º 0.6% 0.25% -
HSV(B) 219.2º 0.75% 0.39% -
XYZ 3.88 3.49 12.53 -
YUV 48.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 25 51 100 0.75 0.49 0 0.61 219.2 0.6 0.25
Hex 19 33 64 4B 31 0 3D DB 3C 19
Octal 31 63 144 113 61 0 75 333 74 31
Binary 11001 110011 1100100 1001011 110001 0 111101 11011011 111100 11001

Color Harmonies of #193364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193364

Black with #193364

Text Example


Text Example

White with #193364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193364; }

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

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

background-color css

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

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

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

border-color css

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

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

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