Html Css Color HEX #155F9B Endeavour

📋 copy color: '#155F9B'

red 21 ◦ green 95 ◦ blue 155

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

Shades of Endeavour #155F9B

Tints of Endeavour #155F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 7.75%
G = 35.06%
B = 57.2%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#155F9B (or 0x155F9B) is known color: Endeavour. HEX triplet: 15, 5F and 9B. RGB value is (21,95,155). Sum of RGB (Red+Green+Blue) = 21+95+155=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #155F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F9B is #EAA064. Grayscale: #4F4F4F. Windows color (decimal): -15376485 or 10182421. OLE color: 10182421.

HSL color Cylindrical-coordinate representation of color #155F9B: hue angle of 206.87º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155F9B is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 95 155 -
CMYK 0.86 0.39 0 0.39
HSL 206.87º 0.76% 0.35% -
HSV(B) 206.87º 0.86% 0.61% -
XYZ 10.32 10.71 32.53 -
YUV 79.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 21 95 155 0.86 0.39 0 0.39 206.87 0.76 0.35
Hex 15 5F 9B 56 27 0 27 CF 4C 23
Octal 25 137 233 126 47 0 47 317 114 43
Binary 10101 1011111 10011011 1010110 100111 0 100111 11001111 1001100 100011

Color Harmonies of #155F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F9B

Black with #155F9B

Text Example


Text Example

White with #155F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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