Html Css Color HEX #28518F Endeavour

📋 copy color: '#28518F'

red 40 ◦ green 81 ◦ blue 143

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

Shades of Endeavour #28518F

Tints of Endeavour #28518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 15.15%
G = 30.68%
B = 54.17%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28518F (or 0x28518F) is known color: Endeavour. HEX triplet: 28, 51 and 8F. RGB value is (40,81,143). Sum of RGB (Red+Green+Blue) = 40+81+143=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #28518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28518F is #D7AE70. Grayscale: #4B4B4B. Windows color (decimal): -14134897 or 9392424. OLE color: 9392424.

HSL color Cylindrical-coordinate representation of color #28518F: hue angle of 216.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28518F is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 81 143 -
CMYK 0.72 0.43 0 0.44
HSL 216.12º 0.56% 0.36% -
HSV(B) 216.12º 0.72% 0.56% -
XYZ 8.78 8.32 27.13 -
YUV 75.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 40 81 143 0.72 0.43 0 0.44 216.12 0.56 0.36
Hex 28 51 8F 48 2B 0 2C D8 38 24
Octal 50 121 217 110 53 0 54 330 70 44
Binary 101000 1010001 10001111 1001000 101011 0 101100 11011000 111000 100100

Color Harmonies of #28518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28518F

Black with #28518F

Text Example


Text Example

White with #28518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28518F; }

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

 H1.HeaderClassName
 {
   color: #28518F;
 }
 .AnyTagClassName
 {
   color: #28518F;
 }
</style>

background-color css

<style>
 a { background-color: #28518F; }

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

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

border-color css

<style>
 span { border-color: #28518F; }

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

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