Html Css Color HEX #155970 Orient

📋 copy color: '#155970'

red 21 ◦ green 89 ◦ blue 112

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

Shades of Orient #155970

Tints of Orient #155970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 9.46%
G = 40.09%
B = 50.45%

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

#155970 (or 0x155970) is known color: Orient. HEX triplet: 15, 59 and 70. RGB value is (21,89,112). Sum of RGB (Red+Green+Blue) = 21+89+112=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #155970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155970 is #EAA68F. Grayscale: #474747. Windows color (decimal): -15378064 or 7362837. OLE color: 7362837.

HSL color Cylindrical-coordinate representation of color #155970: hue angle of 195.16º degrees, saturation: 0.68, 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 #155970 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 89 112 -
CMYK 0.81 0.21 0 0.56
HSL 195.16º 0.68% 0.26% -
HSV(B) 195.16º 0.81% 0.44% -
XYZ 6.81 8.47 16.61 -
YUV 71.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 21 89 112 0.81 0.21 0 0.56 195.16 0.68 0.26
Hex 15 59 70 51 15 0 38 C3 44 1A
Octal 25 131 160 121 25 0 70 303 104 32
Binary 10101 1011001 1110000 1010001 10101 0 111000 11000011 1000100 11010

Color Harmonies of #155970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155970

Black with #155970

Text Example


Text Example

White with #155970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155970; }

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

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

background-color css

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

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

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

border-color css

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

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

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