Html Css Color HEX #155994 Endeavour

📋 copy color: '#155994'

red 21 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #155994

Tints of Endeavour #155994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 8.14%
G = 34.5%
B = 57.36%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155994 (or 0x155994) is known color: Endeavour. HEX triplet: 15, 59 and 94. RGB value is (21,89,148). Sum of RGB (Red+Green+Blue) = 21+89+148=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #155994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155994 is #EAA66B. Grayscale: #4B4B4B. Windows color (decimal): -15378028 or 9722133. OLE color: 9722133.

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

Color convert

RGB 21 89 148 -
CMYK 0.86 0.40 0 0.42
HSL 207.87º 0.75% 0.33% -
HSV(B) 207.87º 0.86% 0.58% -
XYZ 9.23 9.44 29.35 -
YUV 75.39 168.97 89.2 -
System Red Green Blue C M Y K H S L
Decimal 21 89 148 0.86 0.40 0 0.42 207.87 0.75 0.33
Hex 15 59 94 56 28 0 2A D0 4B 21
Octal 25 131 224 126 50 0 52 320 113 41
Binary 10101 1011001 10010100 1010110 101000 0 101010 11010000 1001011 100001

Color Harmonies of #155994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155994

Black with #155994

Text Example


Text Example

White with #155994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155994; }

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

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

background-color css

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

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

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

border-color css

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

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

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