Html Css Color HEX #193257 Catalina Blue

📋 copy color: '#193257'

red 25 ◦ green 50 ◦ blue 87

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

Shades of Catalina Blue #193257

Tints of Catalina Blue #193257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.7%

R = 15.43%
G = 30.86%
B = 53.7%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#193257 (or 0x193257) is known color: Catalina Blue. HEX triplet: 19, 32 and 57. RGB value is (25,50,87). Sum of RGB (Red+Green+Blue) = 25+50+87=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #193257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193257 is #E6CDA8. Grayscale: #2E2E2E. Windows color (decimal): -15125929 or 5714457. OLE color: 5714457.

HSL color Cylindrical-coordinate representation of color #193257: hue angle of 215.81º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193257 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 50 87 -
CMYK 0.71 0.43 0 0.66
HSL 215.81º 0.55% 0.22% -
HSV(B) 215.81º 0.71% 0.34% -
XYZ 3.26 3.18 9.46 -
YUV 46.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 25 50 87 0.71 0.43 0 0.66 215.81 0.55 0.22
Hex 19 32 57 47 2B 0 42 D8 37 16
Octal 31 62 127 107 53 0 102 330 67 26
Binary 11001 110010 1010111 1000111 101011 0 1000010 11011000 110111 10110

Color Harmonies of #193257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193257

Black with #193257

Text Example


Text Example

White with #193257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193257; }

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

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

background-color css

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

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

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

border-color css

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

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

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