Html Css Color HEX #28519C Endeavour

📋 copy color: '#28519C'

red 40 ◦ green 81 ◦ blue 156

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

Shades of Endeavour #28519C

Tints of Endeavour #28519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 14.44%
G = 29.24%
B = 56.32%

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

#28519C (or 0x28519C) is known color: Endeavour. HEX triplet: 28, 51 and 9C. RGB value is (40,81,156). Sum of RGB (Red+Green+Blue) = 40+81+156=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #28519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28519C is #D7AE63. Grayscale: #4C4C4C. Windows color (decimal): -14134884 or 10244392. OLE color: 10244392.

HSL color Cylindrical-coordinate representation of color #28519C: hue angle of 218.79º 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 #28519C is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 81 156 -
CMYK 0.74 0.48 0 0.39
HSL 218.79º 0.59% 0.38% -
HSV(B) 218.79º 0.74% 0.61% -
XYZ 9.82 8.74 32.62 -
YUV 77.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 40 81 156 0.74 0.48 0 0.39 218.79 0.59 0.38
Hex 28 51 9C 4A 30 0 27 DB 3B 26
Octal 50 121 234 112 60 0 47 333 73 46
Binary 101000 1010001 10011100 1001010 110000 0 100111 11011011 111011 100110

Color Harmonies of #28519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28519C

Black with #28519C

Text Example


Text Example

White with #28519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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