Html Css Color HEX #155975 Orient

📋 copy color: '#155975'

red 21 ◦ green 89 ◦ blue 117

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

Shades of Orient #155975

Tints of Orient #155975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 9.25%
G = 39.21%
B = 51.54%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155975 (or 0x155975) is known color: Orient. HEX triplet: 15, 59 and 75. RGB value is (21,89,117). Sum of RGB (Red+Green+Blue) = 21+89+117=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #155975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155975 is #EAA68A. Grayscale: #474747. Windows color (decimal): -15378059 or 7690517. OLE color: 7690517.

HSL color Cylindrical-coordinate representation of color #155975: hue angle of 197.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155975 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 89 117 -
CMYK 0.82 0.24 0 0.54
HSL 197.5º 0.7% 0.27% -
HSV(B) 197.5º 0.82% 0.46% -
XYZ 7.09 8.59 18.11 -
YUV 71.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 21 89 117 0.82 0.24 0 0.54 197.5 0.7 0.27
Hex 15 59 75 52 18 0 36 C6 46 1B
Octal 25 131 165 122 30 0 66 306 106 33
Binary 10101 1011001 1110101 1010010 11000 0 110110 11000110 1000110 11011

Color Harmonies of #155975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155975

Black with #155975

Text Example


Text Example

White with #155975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155975; }

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

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

background-color css

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

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

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

border-color css

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

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

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