Html Css Color HEX #19367C Resolution Blue

📋 copy color: '#19367C'

red 25 ◦ green 54 ◦ blue 124

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

Shades of Resolution Blue #19367C

Tints of Resolution Blue #19367C

RGB

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

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

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

R = 12.32%
G = 26.6%
B = 61.08%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19367C (or 0x19367C) is known color: Resolution Blue. HEX triplet: 19, 36 and 7C. RGB value is (25,54,124). Sum of RGB (Red+Green+Blue) = 25+54+124=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #19367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19367C is #E6C983. Grayscale: #353535. Windows color (decimal): -15124868 or 8140313. OLE color: 8140313.

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

Color convert

RGB 25 54 124 -
CMYK 0.80 0.56 0 0.51
HSL 222.42º 0.66% 0.29% -
HSV(B) 222.42º 0.8% 0.49% -
XYZ 5.36 4.3 19.62 -
YUV 53.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 25 54 124 0.80 0.56 0 0.51 222.42 0.66 0.29
Hex 19 36 7C 50 38 0 33 DE 42 1D
Octal 31 66 174 120 70 0 63 336 102 35
Binary 11001 110110 1111100 1010000 111000 0 110011 11011110 1000010 11101

Color Harmonies of #19367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19367C

Black with #19367C

Text Example


Text Example

White with #19367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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