Html Css Color HEX #155094 Endeavour

📋 copy color: '#155094'

red 21 ◦ green 80 ◦ blue 148

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

Shades of Endeavour #155094

Tints of Endeavour #155094

RGB

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

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

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

R = 8.43%
G = 32.13%
B = 59.44%

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

#155094 (or 0x155094) is known color: Endeavour. HEX triplet: 15, 50 and 94. RGB value is (21,80,148). Sum of RGB (Red+Green+Blue) = 21+80+148=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #155094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155094 is #EAAF6B. Grayscale: #454545. Windows color (decimal): -15380332 or 9719829. OLE color: 9719829.

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

Color convert

RGB 21 80 148 -
CMYK 0.86 0.46 0 0.42
HSL 212.13º 0.75% 0.33% -
HSV(B) 212.13º 0.86% 0.58% -
XYZ 8.52 8.03 29.12 -
YUV 70.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 21 80 148 0.86 0.46 0 0.42 212.13 0.75 0.33
Hex 15 50 94 56 2E 0 2A D4 4B 21
Octal 25 120 224 126 56 0 52 324 113 41
Binary 10101 1010000 10010100 1010110 101110 0 101010 11010100 1001011 100001

Color Harmonies of #155094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155094

Black with #155094

Text Example


Text Example

White with #155094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155094; }

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

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

background-color css

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

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

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

border-color css

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

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

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