Html Css Color HEX #155394 Endeavour

📋 copy color: '#155394'

red 21 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #155394

Tints of Endeavour #155394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 8.33%
G = 32.94%
B = 58.73%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155394 (or 0x155394) is known color: Endeavour. HEX triplet: 15, 53 and 94. RGB value is (21,83,148). Sum of RGB (Red+Green+Blue) = 21+83+148=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #155394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155394 is #EAAC6B. Grayscale: #474747. Windows color (decimal): -15379564 or 9720597. OLE color: 9720597.

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

Color convert

RGB 21 83 148 -
CMYK 0.86 0.44 0 0.42
HSL 210.71º 0.75% 0.33% -
HSV(B) 210.71º 0.86% 0.58% -
XYZ 8.75 8.48 29.19 -
YUV 71.87 170.96 91.71 -
System Red Green Blue C M Y K H S L
Decimal 21 83 148 0.86 0.44 0 0.42 210.71 0.75 0.33
Hex 15 53 94 56 2C 0 2A D3 4B 21
Octal 25 123 224 126 54 0 52 323 113 41
Binary 10101 1010011 10010100 1010110 101100 0 101010 11010011 1001011 100001

Color Harmonies of #155394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155394

Black with #155394

Text Example


Text Example

White with #155394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155394; }

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

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

background-color css

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

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

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

border-color css

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

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

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