Html Css Color HEX #19337D Resolution Blue

📋 copy color: '#19337D'

red 25 ◦ green 51 ◦ blue 125

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

Shades of Resolution Blue #19337D

Tints of Resolution Blue #19337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 12.44%
G = 25.37%
B = 62.19%

CMYK

 C value IS 0.8

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19337D (or 0x19337D) is known color: Resolution Blue. HEX triplet: 19, 33 and 7D. RGB value is (25,51,125). Sum of RGB (Red+Green+Blue) = 25+51+125=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #19337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19337D is #E6CC82. Grayscale: #333333. Windows color (decimal): -15125635 or 8205081. OLE color: 8205081.

HSL color Cylindrical-coordinate representation of color #19337D: hue angle of 224.4º 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 #19337D is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 51 125 -
CMYK 0.8 0.59 0 0.51
HSL 224.4º 0.67% 0.29% -
HSV(B) 224.4º 0.8% 0.49% -
XYZ 5.29 4.05 19.91 -
YUV 51.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 25 51 125 0.8 0.59 0 0.51 224.4 0.67 0.29
Hex 19 33 7D 50 3B 0 33 E0 43 1D
Octal 31 63 175 120 73 0 63 340 103 35
Binary 11001 110011 1111101 1010000 111011 0 110011 11100000 1000011 11101

Color Harmonies of #19337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19337D

Black with #19337D

Text Example


Text Example

White with #19337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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