Html Css Color HEX #155769 Orient

📋 copy color: '#155769'

red 21 ◦ green 87 ◦ blue 105

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

Shades of Orient #155769

Tints of Orient #155769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 9.86%
G = 40.85%
B = 49.3%

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

#155769 (or 0x155769) is known color: Orient. HEX triplet: 15, 57 and 69. RGB value is (21,87,105). Sum of RGB (Red+Green+Blue) = 21+87+105=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #155769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155769 is #EAA896. Grayscale: #454545. Windows color (decimal): -15378583 or 6903573. OLE color: 6903573.

HSL color Cylindrical-coordinate representation of color #155769: hue angle of 192.86º degrees, saturation: 0.67, 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 #155769 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 87 105 -
CMYK 0.80 0.17 0 0.59
HSL 192.86º 0.67% 0.25% -
HSV(B) 192.86º 0.8% 0.41% -
XYZ 6.27 8 14.58 -
YUV 69.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 21 87 105 0.80 0.17 0 0.59 192.86 0.67 0.25
Hex 15 57 69 50 11 0 3B C1 43 19
Octal 25 127 151 120 21 0 73 301 103 31
Binary 10101 1010111 1101001 1010000 10001 0 111011 11000001 1000011 11001

Color Harmonies of #155769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155769

Black with #155769

Text Example


Text Example

White with #155769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155769; }

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

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

background-color css

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

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

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

border-color css

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

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

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