Html Css Color HEX #19357D Resolution Blue

📋 copy color: '#19357D'

red 25 ◦ green 53 ◦ blue 125

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

Shades of Resolution Blue #19357D

Tints of Resolution Blue #19357D

RGB

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

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

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

R = 12.32%
G = 26.11%
B = 61.58%

CMYK

 C value IS 0.8

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19357D (or 0x19357D) is known color: Resolution Blue. HEX triplet: 19, 35 and 7D. RGB value is (25,53,125). Sum of RGB (Red+Green+Blue) = 25+53+125=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #19357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19357D is #E6CA82. Grayscale: #343434. Windows color (decimal): -15125123 or 8205593. OLE color: 8205593.

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

Color convert

RGB 25 53 125 -
CMYK 0.8 0.58 0 0.51
HSL 223.2º 0.67% 0.29% -
HSV(B) 223.2º 0.8% 0.49% -
XYZ 5.38 4.23 19.94 -
YUV 52.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 25 53 125 0.8 0.58 0 0.51 223.2 0.67 0.29
Hex 19 35 7D 50 3A 0 33 DF 43 1D
Octal 31 65 175 120 72 0 63 337 103 35
Binary 11001 110101 1111101 1010000 111010 0 110011 11011111 1000011 11101

Color Harmonies of #19357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19357D

Black with #19357D

Text Example


Text Example

White with #19357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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