Html Css Color HEX #19327C Resolution Blue

📋 copy color: '#19327C'

red 25 ◦ green 50 ◦ blue 124

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

Shades of Resolution Blue #19327C

Tints of Resolution Blue #19327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 124 (48.83% from 255) = 62.31%

R = 12.56%
G = 25.13%
B = 62.31%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19327C (or 0x19327C) is known color: Resolution Blue. HEX triplet: 19, 32 and 7C. RGB value is (25,50,124). Sum of RGB (Red+Green+Blue) = 25+50+124=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #19327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19327C is #E6CD83. Grayscale: #323232. Windows color (decimal): -15125892 or 8139289. OLE color: 8139289.

HSL color Cylindrical-coordinate representation of color #19327C: hue angle of 224.85º degrees, saturation: 0.66, 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 #19327C is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 50 124 -
CMYK 0.80 0.60 0 0.51
HSL 224.85º 0.66% 0.29% -
HSV(B) 224.85º 0.8% 0.49% -
XYZ 5.18 3.94 19.56 -
YUV 50.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 25 50 124 0.80 0.60 0 0.51 224.85 0.66 0.29
Hex 19 32 7C 50 3C 0 33 E1 42 1D
Octal 31 62 174 120 74 0 63 341 102 35
Binary 11001 110010 1111100 1010000 111100 0 110011 11100001 1000010 11101

Color Harmonies of #19327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19327C

Black with #19327C

Text Example


Text Example

White with #19327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19327C; }

 p { color: rgb(25,50,124); }

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

background-color css

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

 a { background-color: rgb(25,50,124); }

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

border-color css

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

 span { border-color: rgb(25,50,124); }

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