Html Css Color HEX #19367B Resolution Blue

📋 copy color: '#19367B'

red 25 ◦ green 54 ◦ blue 123

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

Shades of Resolution Blue #19367B

Tints of Resolution Blue #19367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60.89%

R = 12.38%
G = 26.73%
B = 60.89%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19367B (or 0x19367B) is known color: Resolution Blue. HEX triplet: 19, 36 and 7B. RGB value is (25,54,123). Sum of RGB (Red+Green+Blue) = 25+54+123=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #19367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19367B is #E6C984. Grayscale: #343434. Windows color (decimal): -15124869 or 8074777. OLE color: 8074777.

HSL color Cylindrical-coordinate representation of color #19367B: hue angle of 222.24º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19367B is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 54 123 -
CMYK 0.80 0.56 0 0.52
HSL 222.24º 0.66% 0.29% -
HSV(B) 222.24º 0.8% 0.48% -
XYZ 5.3 4.28 19.28 -
YUV 53.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 25 54 123 0.80 0.56 0 0.52 222.24 0.66 0.29
Hex 19 36 7B 50 38 0 34 DE 42 1D
Octal 31 66 173 120 70 0 64 336 102 35
Binary 11001 110110 1111011 1010000 111000 0 110100 11011110 1000010 11101

Color Harmonies of #19367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19367B

Black with #19367B

Text Example


Text Example

White with #19367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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