Html Css Color HEX #193380 Resolution Blue

📋 copy color: '#193380'

red 25 ◦ green 51 ◦ blue 128

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

Shades of Resolution Blue #193380

Tints of Resolution Blue #193380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

 BLUE value IS 128 (50.39% from 255) = 62.75%

R = 12.25%
G = 25%
B = 62.75%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#193380 (or 0x193380) is known color: Resolution Blue. HEX triplet: 19, 33 and 80. RGB value is (25,51,128). Sum of RGB (Red+Green+Blue) = 25+51+128=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #193380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193380 is #E6CC7F. Grayscale: #333333. Windows color (decimal): -15125632 or 8401689. OLE color: 8401689.

HSL color Cylindrical-coordinate representation of color #193380: hue angle of 224.85º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193380 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 51 128 -
CMYK 0.80 0.60 0 0.50
HSL 224.85º 0.67% 0.3% -
HSV(B) 224.85º 0.8% 0.5% -
XYZ 5.48 4.13 20.93 -
YUV 52 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 25 51 128 0.80 0.60 0 0.50 224.85 0.67 0.3
Hex 19 33 80 50 3C 0 32 E1 43 1E
Octal 31 63 200 120 74 0 62 341 103 36
Binary 11001 110011 10000000 1010000 111100 0 110010 11100001 1000011 11110

Color Harmonies of #193380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193380

Black with #193380

Text Example


Text Example

White with #193380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193380; }

 p { color: rgb(25,51,128); }

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

background-color css

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

 a { background-color: rgb(25,51,128); }

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

border-color css

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

 span { border-color: rgb(25,51,128); }

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