Html Css Color HEX #19367D Resolution Blue

📋 copy color: '#19367D'

red 25 ◦ green 54 ◦ blue 125

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

Shades of Resolution Blue #19367D

Tints of Resolution Blue #19367D

RGB

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

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

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

R = 12.25%
G = 26.47%
B = 61.27%

CMYK

 C value IS 0.8

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19367D (or 0x19367D) is known color: Resolution Blue. HEX triplet: 19, 36 and 7D. RGB value is (25,54,125). Sum of RGB (Red+Green+Blue) = 25+54+125=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #19367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19367D is #E6C982. Grayscale: #353535. Windows color (decimal): -15124867 or 8205849. OLE color: 8205849.

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

Color convert

RGB 25 54 125 -
CMYK 0.8 0.57 0 0.51
HSL 222.6º 0.67% 0.29% -
HSV(B) 222.6º 0.8% 0.49% -
XYZ 5.42 4.33 19.95 -
YUV 53.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 25 54 125 0.8 0.57 0 0.51 222.6 0.67 0.29
Hex 19 36 7D 50 39 0 33 DF 43 1D
Octal 31 66 175 120 71 0 63 337 103 35
Binary 11001 110110 1111101 1010000 111001 0 110011 11011111 1000011 11101

Color Harmonies of #19367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19367D

Black with #19367D

Text Example


Text Example

White with #19367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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