Html Css Color HEX #193162 Catalina Blue

📋 copy color: '#193162'

red 25 ◦ green 49 ◦ blue 98

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

Shades of Catalina Blue #193162

Tints of Catalina Blue #193162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 14.53%
G = 28.49%
B = 56.98%

CMYK

 C value IS 0.74

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193162 (or 0x193162) is known color: Catalina Blue. HEX triplet: 19, 31 and 62. RGB value is (25,49,98). Sum of RGB (Red+Green+Blue) = 25+49+98=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #193162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193162 is #E6CE9D. Grayscale: #2F2F2F. Windows color (decimal): -15126174 or 6435097. OLE color: 6435097.

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

Color convert

RGB 25 49 98 -
CMYK 0.74 0.5 0 0.62
HSL 220.27º 0.59% 0.24% -
HSV(B) 220.27º 0.74% 0.38% -
XYZ 3.7 3.29 11.99 -
YUV 47.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 25 49 98 0.74 0.5 0 0.62 220.27 0.59 0.24
Hex 19 31 62 4A 32 0 3E DC 3B 18
Octal 31 61 142 112 62 0 76 334 73 30
Binary 11001 110001 1100010 1001010 110010 0 111110 11011100 111011 11000

Color Harmonies of #193162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193162

Black with #193162

Text Example


Text Example

White with #193162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193162; }

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

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

background-color css

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

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

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

border-color css

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

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

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