Html Css Color HEX #19367E Resolution Blue

📋 copy color: '#19367E'

red 25 ◦ green 54 ◦ blue 126

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

Shades of Resolution Blue #19367E

Tints of Resolution Blue #19367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

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

R = 12.2%
G = 26.34%
B = 61.46%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19367E (or 0x19367E) is known color: Resolution Blue. HEX triplet: 19, 36 and 7E. RGB value is (25,54,126). Sum of RGB (Red+Green+Blue) = 25+54+126=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #19367E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19367E is #E6C981. Grayscale: #353535. Windows color (decimal): -15124866 or 8271385. OLE color: 8271385.

HSL color Cylindrical-coordinate representation of color #19367E: hue angle of 222.77º 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 #19367E is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 54 126 -
CMYK 0.80 0.57 0 0.51
HSL 222.77º 0.67% 0.3% -
HSV(B) 222.77º 0.8% 0.49% -
XYZ 5.49 4.35 20.29 -
YUV 53.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 25 54 126 0.80 0.57 0 0.51 222.77 0.67 0.3
Hex 19 36 7E 50 39 0 33 DF 43 1E
Octal 31 66 176 120 71 0 63 337 103 36
Binary 11001 110110 1111110 1010000 111001 0 110011 11011111 1000011 11110

Color Harmonies of #19367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19367E

Black with #19367E

Text Example


Text Example

White with #19367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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