Html Css Color HEX #155979 Orient

📋 copy color: '#155979'

red 21 ◦ green 89 ◦ blue 121

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

Shades of Orient #155979

Tints of Orient #155979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 9.09%
G = 38.53%
B = 52.38%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155979 (or 0x155979) is known color: Orient. HEX triplet: 15, 59 and 79. RGB value is (21,89,121). Sum of RGB (Red+Green+Blue) = 21+89+121=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #155979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155979 is #EAA686. Grayscale: #484848. Windows color (decimal): -15378055 or 7952661. OLE color: 7952661.

HSL color Cylindrical-coordinate representation of color #155979: hue angle of 199.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155979 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 89 121 -
CMYK 0.83 0.26 0 0.53
HSL 199.2º 0.7% 0.28% -
HSV(B) 199.2º 0.83% 0.47% -
XYZ 7.33 8.68 19.38 -
YUV 72.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 21 89 121 0.83 0.26 0 0.53 199.2 0.7 0.28
Hex 15 59 79 53 1A 0 35 C7 46 1C
Octal 25 131 171 123 32 0 65 307 106 34
Binary 10101 1011001 1111001 1010011 11010 0 110101 11000111 1000110 11100

Color Harmonies of #155979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155979

Black with #155979

Text Example


Text Example

White with #155979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155979; }

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

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

background-color css

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

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

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

border-color css

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

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

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