Html Css Color HEX #155FA0 Endeavour

📋 copy color: '#155FA0'

red 21 ◦ green 95 ◦ blue 160

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

Shades of Endeavour #155FA0

Tints of Endeavour #155FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

 BLUE value IS 160 (62.89% from 255) = 57.97%

R = 7.61%
G = 34.42%
B = 57.97%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#155FA0 (or 0x155FA0) is known color: Endeavour. HEX triplet: 15, 5F and A0. RGB value is (21,95,160). Sum of RGB (Red+Green+Blue) = 21+95+160=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #155FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155FA0 is #EAA05F. Grayscale: #4F4F4F. Windows color (decimal): -15376480 or 10510101. OLE color: 10510101.

HSL color Cylindrical-coordinate representation of color #155FA0: hue angle of 208.06º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155FA0 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 95 160 -
CMYK 0.87 0.41 0 0.37
HSL 208.06º 0.77% 0.35% -
HSV(B) 208.06º 0.87% 0.63% -
XYZ 10.75 10.88 34.79 -
YUV 80.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 21 95 160 0.87 0.41 0 0.37 208.06 0.77 0.35
Hex 15 5F A0 57 29 0 25 D0 4D 23
Octal 25 137 240 127 51 0 45 320 115 43
Binary 10101 1011111 10100000 1010111 101001 0 100101 11010000 1001101 100011

Color Harmonies of #155FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155FA0

Black with #155FA0

Text Example


Text Example

White with #155FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155FA0; }

 p { color: rgb(21,95,160); }

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

background-color css

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

 a { background-color: rgb(21,95,160); }

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

border-color css

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

 span { border-color: rgb(21,95,160); }

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