Html Css Color HEX #27519C Endeavour

📋 copy color: '#27519C'

red 39 ◦ green 81 ◦ blue 156

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

Shades of Endeavour #27519C

Tints of Endeavour #27519C

RGB

 RED value IS 39 (15.63% from 255) = 14.13%

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

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

R = 14.13%
G = 29.35%
B = 56.52%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27519C (or 0x27519C) is known color: Endeavour. HEX triplet: 27, 51 and 9C. RGB value is (39,81,156). Sum of RGB (Red+Green+Blue) = 39+81+156=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #27519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27519C is #D8AE63. Grayscale: #4C4C4C. Windows color (decimal): -14200420 or 10244391. OLE color: 10244391.

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

Color convert

RGB 39 81 156 -
CMYK 0.75 0.48 0 0.39
HSL 218.46º 0.6% 0.38% -
HSV(B) 218.46º 0.75% 0.61% -
XYZ 9.78 8.72 32.62 -
YUV 76.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 39 81 156 0.75 0.48 0 0.39 218.46 0.6 0.38
Hex 27 51 9C 4B 30 0 27 DA 3C 26
Octal 47 121 234 113 60 0 47 332 74 46
Binary 100111 1010001 10011100 1001011 110000 0 100111 11011010 111100 100110

Color Harmonies of #27519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27519C

Black with #27519C

Text Example


Text Example

White with #27519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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