Html Css Color HEX #193482 Resolution Blue

📋 copy color: '#193482'

red 25 ◦ green 52 ◦ blue 130

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

Shades of Resolution Blue #193482

Tints of Resolution Blue #193482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.8%

R = 12.08%
G = 25.12%
B = 62.8%

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

#193482 (or 0x193482) is known color: Resolution Blue. HEX triplet: 19, 34 and 82. RGB value is (25,52,130). Sum of RGB (Red+Green+Blue) = 25+52+130=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #193482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193482 is #E6CB7D. Grayscale: #343434. Windows color (decimal): -15125374 or 8533017. OLE color: 8533017.

HSL color Cylindrical-coordinate representation of color #193482: hue angle of 224.57º 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 #193482 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 52 130 -
CMYK 0.81 0.60 0 0.49
HSL 224.57º 0.68% 0.3% -
HSV(B) 224.57º 0.81% 0.51% -
XYZ 5.66 4.27 21.65 -
YUV 52.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 25 52 130 0.81 0.60 0 0.49 224.57 0.68 0.3
Hex 19 34 82 51 3C 0 31 E1 44 1E
Octal 31 64 202 121 74 0 61 341 104 36
Binary 11001 110100 10000010 1010001 111100 0 110001 11100001 1000100 11110

Color Harmonies of #193482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193482

Black with #193482

Text Example


Text Example

White with #193482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193482; }

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

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

background-color css

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

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

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

border-color css

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

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

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