Html Css Color HEX #193458 Catalina Blue

📋 copy color: '#193458'

red 25 ◦ green 52 ◦ blue 88

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

Shades of Catalina Blue #193458

Tints of Catalina Blue #193458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 15.15%
G = 31.52%
B = 53.33%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#193458 (or 0x193458) is known color: Catalina Blue. HEX triplet: 19, 34 and 58. RGB value is (25,52,88). Sum of RGB (Red+Green+Blue) = 25+52+88=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #193458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193458 is #E6CBA7. Grayscale: #2F2F2F. Windows color (decimal): -15125416 or 5780505. OLE color: 5780505.

HSL color Cylindrical-coordinate representation of color #193458: hue angle of 214.29º 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 #193458 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 52 88 -
CMYK 0.72 0.41 0 0.65
HSL 214.29º 0.56% 0.22% -
HSV(B) 214.29º 0.72% 0.35% -
XYZ 3.39 3.37 9.7 -
YUV 48.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 25 52 88 0.72 0.41 0 0.65 214.29 0.56 0.22
Hex 19 34 58 48 29 0 41 D6 38 16
Octal 31 64 130 110 51 0 101 326 70 26
Binary 11001 110100 1011000 1001000 101001 0 1000001 11010110 111000 10110

Color Harmonies of #193458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193458

Black with #193458

Text Example


Text Example

White with #193458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193458; }

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

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

background-color css

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

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

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

border-color css

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

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

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