Html Css Color HEX #19528D Endeavour

📋 copy color: '#19528D'

red 25 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #19528D

Tints of Endeavour #19528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 10.08%
G = 33.06%
B = 56.85%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19528D (or 0x19528D) is known color: Endeavour. HEX triplet: 19, 52 and 8D. RGB value is (25,82,141). Sum of RGB (Red+Green+Blue) = 25+82+141=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #19528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19528D is #E6AD72. Grayscale: #474747. Windows color (decimal): -15117683 or 9261593. OLE color: 9261593.

HSL color Cylindrical-coordinate representation of color #19528D: hue angle of 210.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19528D is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 82 141 -
CMYK 0.82 0.42 0 0.45
HSL 210.52º 0.7% 0.33% -
HSV(B) 210.52º 0.82% 0.55% -
XYZ 8.23 8.16 26.34 -
YUV 71.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 25 82 141 0.82 0.42 0 0.45 210.52 0.7 0.33
Hex 19 52 8D 52 2A 0 2D D3 46 21
Octal 31 122 215 122 52 0 55 323 106 41
Binary 11001 1010010 10001101 1010010 101010 0 101101 11010011 1000110 100001

Color Harmonies of #19528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19528D

Black with #19528D

Text Example


Text Example

White with #19528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,82,141); }

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

background-color css

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

 a { background-color: rgb(25,82,141); }

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

border-color css

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

 span { border-color: rgb(25,82,141); }

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