Html Css Color HEX #155971 Orient

📋 copy color: '#155971'

red 21 ◦ green 89 ◦ blue 113

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

Shades of Orient #155971

Tints of Orient #155971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

 BLUE value IS 113 (44.53% from 255) = 50.67%

R = 9.42%
G = 39.91%
B = 50.67%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155971 (or 0x155971) is known color: Orient. HEX triplet: 15, 59 and 71. RGB value is (21,89,113). Sum of RGB (Red+Green+Blue) = 21+89+113=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #155971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155971 is #EAA68E. Grayscale: #474747. Windows color (decimal): -15378063 or 7428373. OLE color: 7428373.

HSL color Cylindrical-coordinate representation of color #155971: hue angle of 195.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155971 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 89 113 -
CMYK 0.81 0.21 0 0.56
HSL 195.65º 0.69% 0.26% -
HSV(B) 195.65º 0.81% 0.44% -
XYZ 6.86 8.5 16.9 -
YUV 71.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 21 89 113 0.81 0.21 0 0.56 195.65 0.69 0.26
Hex 15 59 71 51 15 0 38 C4 45 1A
Octal 25 131 161 121 25 0 70 304 105 32
Binary 10101 1011001 1110001 1010001 10101 0 111000 11000100 1000101 11010

Color Harmonies of #155971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155971

Black with #155971

Text Example


Text Example

White with #155971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155971; }

 p { color: rgb(21,89,113); }

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

background-color css

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

 a { background-color: rgb(21,89,113); }

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

border-color css

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

 span { border-color: rgb(21,89,113); }

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