Html Css Color HEX #155694 Endeavour

📋 copy color: '#155694'

red 21 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #155694

Tints of Endeavour #155694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 8.24%
G = 33.73%
B = 58.04%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155694 (or 0x155694) is known color: Endeavour. HEX triplet: 15, 56 and 94. RGB value is (21,86,148). Sum of RGB (Red+Green+Blue) = 21+86+148=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #155694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155694 is #EAA96B. Grayscale: #494949. Windows color (decimal): -15378796 or 9721365. OLE color: 9721365.

HSL color Cylindrical-coordinate representation of color #155694: hue angle of 209.29º 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 #155694 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 86 148 -
CMYK 0.86 0.42 0 0.42
HSL 209.29º 0.75% 0.33% -
HSV(B) 209.29º 0.86% 0.58% -
XYZ 8.98 8.95 29.27 -
YUV 73.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 21 86 148 0.86 0.42 0 0.42 209.29 0.75 0.33
Hex 15 56 94 56 2A 0 2A D1 4B 21
Octal 25 126 224 126 52 0 52 321 113 41
Binary 10101 1010110 10010100 1010110 101010 0 101010 11010001 1001011 100001

Color Harmonies of #155694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155694

Black with #155694

Text Example


Text Example

White with #155694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155694; }

 p { color: rgb(21,86,148); }

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

background-color css

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

 a { background-color: rgb(21,86,148); }

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

border-color css

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

 span { border-color: rgb(21,86,148); }

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