Html Css Color HEX #19357E Resolution Blue

📋 copy color: '#19357E'

red 25 ◦ green 53 ◦ blue 126

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

Shades of Resolution Blue #19357E

Tints of Resolution Blue #19357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 61.76%

R = 12.25%
G = 25.98%
B = 61.76%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19357E (or 0x19357E) is known color: Resolution Blue. HEX triplet: 19, 35 and 7E. RGB value is (25,53,126). Sum of RGB (Red+Green+Blue) = 25+53+126=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #19357E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19357E is #E6CA81. Grayscale: #343434. Windows color (decimal): -15125122 or 8271129. OLE color: 8271129.

HSL color Cylindrical-coordinate representation of color #19357E: hue angle of 223.37º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19357E is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 53 126 -
CMYK 0.80 0.58 0 0.51
HSL 223.37º 0.67% 0.3% -
HSV(B) 223.37º 0.8% 0.49% -
XYZ 5.44 4.26 20.27 -
YUV 52.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 25 53 126 0.80 0.58 0 0.51 223.37 0.67 0.3
Hex 19 35 7E 50 3A 0 33 DF 43 1E
Octal 31 65 176 120 72 0 63 337 103 36
Binary 11001 110101 1111110 1010000 111010 0 110011 11011111 1000011 11110

Color Harmonies of #19357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19357E

Black with #19357E

Text Example


Text Example

White with #19357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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