Html Css Color HEX #155668 Orient

📋 copy color: '#155668'

red 21 ◦ green 86 ◦ blue 104

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

Shades of Orient #155668

Tints of Orient #155668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 9.95%
G = 40.76%
B = 49.29%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155668 (or 0x155668) is known color: Orient. HEX triplet: 15, 56 and 68. RGB value is (21,86,104). Sum of RGB (Red+Green+Blue) = 21+86+104=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #155668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155668 is #EAA997. Grayscale: #444444. Windows color (decimal): -15378840 or 6837781. OLE color: 6837781.

HSL color Cylindrical-coordinate representation of color #155668: hue angle of 193.01º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155668 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 86 104 -
CMYK 0.80 0.17 0 0.59
HSL 193.01º 0.66% 0.25% -
HSV(B) 193.01º 0.8% 0.41% -
XYZ 6.14 7.81 14.28 -
YUV 68.62 147.97 94.04 -
System Red Green Blue C M Y K H S L
Decimal 21 86 104 0.80 0.17 0 0.59 193.01 0.66 0.25
Hex 15 56 68 50 11 0 3B C1 42 19
Octal 25 126 150 120 21 0 73 301 102 31
Binary 10101 1010110 1101000 1010000 10001 0 111011 11000001 1000010 11001

Color Harmonies of #155668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155668

Black with #155668

Text Example


Text Example

White with #155668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155668; }

 p { color: rgb(21,86,104); }

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

background-color css

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

 a { background-color: rgb(21,86,104); }

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

border-color css

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

 span { border-color: rgb(21,86,104); }

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