Html Css Color HEX #28519B Endeavour

📋 copy color: '#28519B'

red 40 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #28519B

Tints of Endeavour #28519B

RGB

 RED value IS 40 (16.02% from 255) = 14.49%

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 14.49%
G = 29.35%
B = 56.16%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28519B (or 0x28519B) is known color: Endeavour. HEX triplet: 28, 51 and 9B. RGB value is (40,81,155). Sum of RGB (Red+Green+Blue) = 40+81+155=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #28519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28519B is #D7AE64. Grayscale: #4C4C4C. Windows color (decimal): -14134885 or 10178856. OLE color: 10178856.

HSL color Cylindrical-coordinate representation of color #28519B: hue angle of 218.61º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28519B is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 81 155 -
CMYK 0.74 0.48 0 0.39
HSL 218.61º 0.59% 0.38% -
HSV(B) 218.61º 0.74% 0.61% -
XYZ 9.73 8.7 32.18 -
YUV 77.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 40 81 155 0.74 0.48 0 0.39 218.61 0.59 0.38
Hex 28 51 9B 4A 30 0 27 DB 3B 26
Octal 50 121 233 112 60 0 47 333 73 46
Binary 101000 1010001 10011011 1001010 110000 0 100111 11011011 111011 100110

Color Harmonies of #28519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28519B

Black with #28519B

Text Example


Text Example

White with #28519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,81,155); }

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

background-color css

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

 a { background-color: rgb(40,81,155); }

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

border-color css

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

 span { border-color: rgb(40,81,155); }

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