Html Css Color HEX #155C6F Orient

📋 copy color: '#155C6F'

red 21 ◦ green 92 ◦ blue 111

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

Shades of Orient #155C6F

Tints of Orient #155C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.07%

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 9.38%
G = 41.07%
B = 49.55%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155C6F (or 0x155C6F) is known color: Orient. HEX triplet: 15, 5C and 6F. RGB value is (21,92,111). Sum of RGB (Red+Green+Blue) = 21+92+111=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #155C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C6F is #EAA390. Grayscale: #484848. Windows color (decimal): -15377297 or 7298069. OLE color: 7298069.

HSL color Cylindrical-coordinate representation of color #155C6F: hue angle of 192.67º 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 #155C6F is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 92 111 -
CMYK 0.81 0.17 0 0.56
HSL 192.67º 0.68% 0.26% -
HSV(B) 192.67º 0.81% 0.44% -
XYZ 7.01 8.96 16.4 -
YUV 72.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 21 92 111 0.81 0.17 0 0.56 192.67 0.68 0.26
Hex 15 5C 6F 51 11 0 38 C1 44 1A
Octal 25 134 157 121 21 0 70 301 104 32
Binary 10101 1011100 1101111 1010001 10001 0 111000 11000001 1000100 11010

Color Harmonies of #155C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C6F

Black with #155C6F

Text Example


Text Example

White with #155C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155C6F; }

 p { color: rgb(21,92,111); }

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

background-color css

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

 a { background-color: rgb(21,92,111); }

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

border-color css

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

 span { border-color: rgb(21,92,111); }

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