Html Css Color HEX #193362 Catalina Blue

📋 copy color: '#193362'

red 25 ◦ green 51 ◦ blue 98

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

Shades of Catalina Blue #193362

Tints of Catalina Blue #193362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.32%

R = 14.37%
G = 29.31%
B = 56.32%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193362 (or 0x193362) is known color: Catalina Blue. HEX triplet: 19, 33 and 62. RGB value is (25,51,98). Sum of RGB (Red+Green+Blue) = 25+51+98=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #193362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193362 is #E6CC9D. Grayscale: #303030. Windows color (decimal): -15125662 or 6435609. OLE color: 6435609.

HSL color Cylindrical-coordinate representation of color #193362: hue angle of 218.63º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193362 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 51 98 -
CMYK 0.74 0.48 0 0.62
HSL 218.63º 0.59% 0.24% -
HSV(B) 218.63º 0.74% 0.38% -
XYZ 3.79 3.46 12.02 -
YUV 48.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 25 51 98 0.74 0.48 0 0.62 218.63 0.59 0.24
Hex 19 33 62 4A 30 0 3E DB 3B 18
Octal 31 63 142 112 60 0 76 333 73 30
Binary 11001 110011 1100010 1001010 110000 0 111110 11011011 111011 11000

Color Harmonies of #193362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193362

Black with #193362

Text Example


Text Example

White with #193362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193362; }

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

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

background-color css

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

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

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

border-color css

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

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

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