Html Css Color HEX #193262 Catalina Blue

📋 copy color: '#193262'

red 25 ◦ green 50 ◦ blue 98

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

Shades of Catalina Blue #193262

Tints of Catalina Blue #193262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

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

R = 14.45%
G = 28.9%
B = 56.65%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#193262 (or 0x193262) is known color: Catalina Blue. HEX triplet: 19, 32 and 62. RGB value is (25,50,98). Sum of RGB (Red+Green+Blue) = 25+50+98=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #193262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193262 is #E6CD9D. Grayscale: #2F2F2F. Windows color (decimal): -15125918 or 6435353. OLE color: 6435353.

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

Color convert

RGB 25 50 98 -
CMYK 0.74 0.49 0 0.62
HSL 219.45º 0.59% 0.24% -
HSV(B) 219.45º 0.74% 0.38% -
XYZ 3.75 3.37 12.01 -
YUV 48 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 25 50 98 0.74 0.49 0 0.62 219.45 0.59 0.24
Hex 19 32 62 4A 31 0 3E DB 3B 18
Octal 31 62 142 112 61 0 76 333 73 30
Binary 11001 110010 1100010 1001010 110001 0 111110 11011011 111011 11000

Color Harmonies of #193262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193262

Black with #193262

Text Example


Text Example

White with #193262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193262; }

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

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

background-color css

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

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

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

border-color css

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

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

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