Html Css Color HEX #19317D Resolution Blue

📋 copy color: '#19317D'

red 25 ◦ green 49 ◦ blue 125

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

Shades of Resolution Blue #19317D

Tints of Resolution Blue #19317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 125 (49.22% from 255) = 62.81%

R = 12.56%
G = 24.62%
B = 62.81%

CMYK

 C value IS 0.8

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19317D (or 0x19317D) is known color: Resolution Blue. HEX triplet: 19, 31 and 7D. RGB value is (25,49,125). Sum of RGB (Red+Green+Blue) = 25+49+125=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #19317D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19317D is #E6CE82. Grayscale: #323232. Windows color (decimal): -15126147 or 8204569. OLE color: 8204569.

HSL color Cylindrical-coordinate representation of color #19317D: hue angle of 225.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19317D is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 49 125 -
CMYK 0.8 0.61 0 0.51
HSL 225.6º 0.67% 0.29% -
HSV(B) 225.6º 0.8% 0.49% -
XYZ 5.2 3.88 19.88 -
YUV 50.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 25 49 125 0.8 0.61 0 0.51 225.6 0.67 0.29
Hex 19 31 7D 50 3D 0 33 E2 43 1D
Octal 31 61 175 120 75 0 63 342 103 35
Binary 11001 110001 1111101 1010000 111101 0 110011 11100010 1000011 11101

Color Harmonies of #19317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19317D

Black with #19317D

Text Example


Text Example

White with #19317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19317D; }

 p { color: rgb(25,49,125); }

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

background-color css

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

 a { background-color: rgb(25,49,125); }

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

border-color css

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

 span { border-color: rgb(25,49,125); }

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