Html Css Color HEX #155095 Endeavour

📋 copy color: '#155095'

red 21 ◦ green 80 ◦ blue 149

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

Shades of Endeavour #155095

Tints of Endeavour #155095

RGB

 RED value IS 21 (8.59% from 255) = 8.4%

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 8.4%
G = 32%
B = 59.6%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155095 (or 0x155095) is known color: Endeavour. HEX triplet: 15, 50 and 95. RGB value is (21,80,149). Sum of RGB (Red+Green+Blue) = 21+80+149=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #155095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155095 is #EAAF6A. Grayscale: #454545. Windows color (decimal): -15380331 or 9785365. OLE color: 9785365.

HSL color Cylindrical-coordinate representation of color #155095: hue angle of 212.34º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155095 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 80 149 -
CMYK 0.86 0.46 0 0.42
HSL 212.34º 0.75% 0.33% -
HSV(B) 212.34º 0.86% 0.58% -
XYZ 8.6 8.07 29.54 -
YUV 70.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 21 80 149 0.86 0.46 0 0.42 212.34 0.75 0.33
Hex 15 50 95 56 2E 0 2A D4 4B 21
Octal 25 120 225 126 56 0 52 324 113 41
Binary 10101 1010000 10010101 1010110 101110 0 101010 11010100 1001011 100001

Color Harmonies of #155095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155095

Black with #155095

Text Example


Text Example

White with #155095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155095; }

 p { color: rgb(21,80,149); }

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

background-color css

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

 a { background-color: rgb(21,80,149); }

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

border-color css

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

 span { border-color: rgb(21,80,149); }

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