Html Css Color HEX #193585 Resolution Blue

📋 copy color: '#193585'

red 25 ◦ green 53 ◦ blue 133

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

Shades of Resolution Blue #193585

Tints of Resolution Blue #193585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 11.85%
G = 25.12%
B = 63.03%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#193585 (or 0x193585) is known color: Resolution Blue. HEX triplet: 19, 35 and 85. RGB value is (25,53,133). Sum of RGB (Red+Green+Blue) = 25+53+133=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #193585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193585 is #E6CA7A. Grayscale: #353535. Windows color (decimal): -15125115 or 8729881. OLE color: 8729881.

HSL color Cylindrical-coordinate representation of color #193585: hue angle of 224.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #193585 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 53 133 -
CMYK 0.81 0.60 0 0.48
HSL 224.44º 0.68% 0.31% -
HSV(B) 224.44º 0.81% 0.52% -
XYZ 5.91 4.45 22.74 -
YUV 53.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 25 53 133 0.81 0.60 0 0.48 224.44 0.68 0.31
Hex 19 35 85 51 3C 0 30 E0 44 1F
Octal 31 65 205 121 74 0 60 340 104 37
Binary 11001 110101 10000101 1010001 111100 0 110000 11100000 1000100 11111

Color Harmonies of #193585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193585

Black with #193585

Text Example


Text Example

White with #193585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193585; }

 p { color: rgb(25,53,133); }

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

background-color css

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

 a { background-color: rgb(25,53,133); }

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

border-color css

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

 span { border-color: rgb(25,53,133); }

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