Html Css Color HEX #193151 Catalina Blue

📋 copy color: '#193151'

red 25 ◦ green 49 ◦ blue 81

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

Shades of Catalina Blue #193151

Tints of Catalina Blue #193151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.26%

R = 16.13%
G = 31.61%
B = 52.26%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#193151 (or 0x193151) is known color: Catalina Blue. HEX triplet: 19, 31 and 51. RGB value is (25,49,81). Sum of RGB (Red+Green+Blue) = 25+49+81=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #193151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193151 is #E6CEAE. Grayscale: #2D2D2D. Windows color (decimal): -15126191 or 5320985. OLE color: 5320985.

HSL color Cylindrical-coordinate representation of color #193151: hue angle of 214.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193151 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 49 81 -
CMYK 0.69 0.40 0 0.68
HSL 214.29º 0.53% 0.21% -
HSV(B) 214.29º 0.69% 0.32% -
XYZ 2.98 3 8.21 -
YUV 45.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 25 49 81 0.69 0.40 0 0.68 214.29 0.53 0.21
Hex 19 31 51 45 28 0 44 D6 35 15
Octal 31 61 121 105 50 0 104 326 65 25
Binary 11001 110001 1010001 1000101 101000 0 1000100 11010110 110101 10101

Color Harmonies of #193151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193151

Black with #193151

Text Example


Text Example

White with #193151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193151; }

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

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

background-color css

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

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

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

border-color css

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

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

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