Html Css Color HEX #155294 Endeavour

📋 copy color: '#155294'

red 21 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #155294

Tints of Endeavour #155294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 8.37%
G = 32.67%
B = 58.96%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155294 (or 0x155294) is known color: Endeavour. HEX triplet: 15, 52 and 94. RGB value is (21,82,148). Sum of RGB (Red+Green+Blue) = 21+82+148=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #155294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155294 is #EAAD6B. Grayscale: #464646. Windows color (decimal): -15379820 or 9720341. OLE color: 9720341.

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

Color convert

RGB 21 82 148 -
CMYK 0.86 0.45 0 0.42
HSL 211.18º 0.75% 0.33% -
HSV(B) 211.18º 0.86% 0.58% -
XYZ 8.67 8.33 29.17 -
YUV 71.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 21 82 148 0.86 0.45 0 0.42 211.18 0.75 0.33
Hex 15 52 94 56 2D 0 2A D3 4B 21
Octal 25 122 224 126 55 0 52 323 113 41
Binary 10101 1010010 10010100 1010110 101101 0 101010 11010011 1001011 100001

Color Harmonies of #155294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155294

Black with #155294

Text Example


Text Example

White with #155294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155294; }

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

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

background-color css

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

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

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

border-color css

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

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

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