Html Css Color HEX #193481 Resolution Blue

📋 copy color: '#193481'

red 25 ◦ green 52 ◦ blue 129

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

Shades of Resolution Blue #193481

Tints of Resolution Blue #193481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 62.62%

R = 12.14%
G = 25.24%
B = 62.62%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#193481 (or 0x193481) is known color: Resolution Blue. HEX triplet: 19, 34 and 81. RGB value is (25,52,129). Sum of RGB (Red+Green+Blue) = 25+52+129=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #193481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193481 is #E6CB7E. Grayscale: #343434. Windows color (decimal): -15125375 or 8467481. OLE color: 8467481.

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

Color convert

RGB 25 52 129 -
CMYK 0.81 0.60 0 0.49
HSL 224.42º 0.68% 0.3% -
HSV(B) 224.42º 0.81% 0.51% -
XYZ 5.59 4.25 21.29 -
YUV 52.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 25 52 129 0.81 0.60 0 0.49 224.42 0.68 0.3
Hex 19 34 81 51 3C 0 31 E0 44 1E
Octal 31 64 201 121 74 0 61 340 104 36
Binary 11001 110100 10000001 1010001 111100 0 110001 11100000 1000100 11110

Color Harmonies of #193481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193481

Black with #193481

Text Example


Text Example

White with #193481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193481; }

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

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

background-color css

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

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

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

border-color css

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

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

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