Html Css Color HEX #193358 Catalina Blue

📋 copy color: '#193358'

red 25 ◦ green 51 ◦ blue 88

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

Shades of Catalina Blue #193358

Tints of Catalina Blue #193358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.66%

R = 15.24%
G = 31.1%
B = 53.66%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193358 (or 0x193358) is known color: Catalina Blue. HEX triplet: 19, 33 and 58. RGB value is (25,51,88). Sum of RGB (Red+Green+Blue) = 25+51+88=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #193358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193358 is #E6CCA7. Grayscale: #2F2F2F. Windows color (decimal): -15125672 or 5780249. OLE color: 5780249.

HSL color Cylindrical-coordinate representation of color #193358: hue angle of 215.24º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193358 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 51 88 -
CMYK 0.72 0.42 0 0.65
HSL 215.24º 0.56% 0.22% -
HSV(B) 215.24º 0.72% 0.35% -
XYZ 3.35 3.28 9.69 -
YUV 47.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 25 51 88 0.72 0.42 0 0.65 215.24 0.56 0.22
Hex 19 33 58 48 2A 0 41 D7 38 16
Octal 31 63 130 110 52 0 101 327 70 26
Binary 11001 110011 1011000 1001000 101010 0 1000001 11010111 111000 10110

Color Harmonies of #193358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193358

Black with #193358

Text Example


Text Example

White with #193358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193358; }

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

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

background-color css

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

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

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

border-color css

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

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

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