Html Css Color HEX #155692 Endeavour

📋 copy color: '#155692'

red 21 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #155692

Tints of Endeavour #155692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 8.3%
G = 33.99%
B = 57.71%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#155692 (or 0x155692) is known color: Endeavour. HEX triplet: 15, 56 and 92. RGB value is (21,86,146). Sum of RGB (Red+Green+Blue) = 21+86+146=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #155692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155692 is #EAA96D. Grayscale: #494949. Windows color (decimal): -15378798 or 9590293. OLE color: 9590293.

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

Color convert

RGB 21 86 146 -
CMYK 0.86 0.41 0 0.43
HSL 208.8º 0.75% 0.33% -
HSV(B) 208.8º 0.86% 0.57% -
XYZ 8.83 8.89 28.44 -
YUV 73.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 21 86 146 0.86 0.41 0 0.43 208.8 0.75 0.33
Hex 15 56 92 56 29 0 2B D1 4B 21
Octal 25 126 222 126 51 0 53 321 113 41
Binary 10101 1010110 10010010 1010110 101001 0 101011 11010001 1001011 100001

Color Harmonies of #155692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155692

Black with #155692

Text Example


Text Example

White with #155692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155692; }

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

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

background-color css

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

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

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

border-color css

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

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

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