Html Css Color HEX #155776 Orient

📋 copy color: '#155776'

red 21 ◦ green 87 ◦ blue 118

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

Shades of Orient #155776

Tints of Orient #155776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 9.29%
G = 38.5%
B = 52.21%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155776 (or 0x155776) is known color: Orient. HEX triplet: 15, 57 and 76. RGB value is (21,87,118). Sum of RGB (Red+Green+Blue) = 21+87+118=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #155776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155776 is #EAA889. Grayscale: #464646. Windows color (decimal): -15378570 or 7755541. OLE color: 7755541.

HSL color Cylindrical-coordinate representation of color #155776: hue angle of 199.18º 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 #155776 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 87 118 -
CMYK 0.82 0.26 0 0.54
HSL 199.18º 0.7% 0.27% -
HSV(B) 199.18º 0.82% 0.46% -
XYZ 6.99 8.28 18.37 -
YUV 70.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 21 87 118 0.82 0.26 0 0.54 199.18 0.7 0.27
Hex 15 57 76 52 1A 0 36 C7 46 1B
Octal 25 127 166 122 32 0 66 307 106 33
Binary 10101 1010111 1110110 1010010 11010 0 110110 11000111 1000110 11011

Color Harmonies of #155776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155776

Black with #155776

Text Example


Text Example

White with #155776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155776; }

 p { color: rgb(21,87,118); }

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

background-color css

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

 a { background-color: rgb(21,87,118); }

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

border-color css

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

 span { border-color: rgb(21,87,118); }

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