Html Css Color HEX #155592 Endeavour

📋 copy color: '#155592'

red 21 ◦ green 85 ◦ blue 146

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

Shades of Endeavour #155592

Tints of Endeavour #155592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 8.33%
G = 33.73%
B = 57.94%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#155592 (or 0x155592) is known color: Endeavour. HEX triplet: 15, 55 and 92. RGB value is (21,85,146). Sum of RGB (Red+Green+Blue) = 21+85+146=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #155592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155592 is #EAAA6D. Grayscale: #484848. Windows color (decimal): -15379054 or 9590037. OLE color: 9590037.

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

Color convert

RGB 21 85 146 -
CMYK 0.86 0.42 0 0.43
HSL 209.28º 0.75% 0.33% -
HSV(B) 209.28º 0.86% 0.57% -
XYZ 8.75 8.73 28.42 -
YUV 72.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 21 85 146 0.86 0.42 0 0.43 209.28 0.75 0.33
Hex 15 55 92 56 2A 0 2B D1 4B 21
Octal 25 125 222 126 52 0 53 321 113 41
Binary 10101 1010101 10010010 1010110 101010 0 101011 11010001 1001011 100001

Color Harmonies of #155592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155592

Black with #155592

Text Example


Text Example

White with #155592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155592; }

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

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

background-color css

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

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

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

border-color css

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

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

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