Html Css Color HEX #155669 Orient

📋 copy color: '#155669'

red 21 ◦ green 86 ◦ blue 105

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

Shades of Orient #155669

Tints of Orient #155669

RGB

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

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

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

R = 9.91%
G = 40.57%
B = 49.53%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155669 (or 0x155669) is known color: Orient. HEX triplet: 15, 56 and 69. RGB value is (21,86,105). Sum of RGB (Red+Green+Blue) = 21+86+105=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #155669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155669 is #EAA996. Grayscale: #444444. Windows color (decimal): -15378839 or 6903317. OLE color: 6903317.

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

Color convert

RGB 21 86 105 -
CMYK 0.80 0.18 0 0.59
HSL 193.57º 0.67% 0.25% -
HSV(B) 193.57º 0.8% 0.41% -
XYZ 6.19 7.83 14.55 -
YUV 68.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 21 86 105 0.80 0.18 0 0.59 193.57 0.67 0.25
Hex 15 56 69 50 12 0 3B C2 43 19
Octal 25 126 151 120 22 0 73 302 103 31
Binary 10101 1010110 1101001 1010000 10010 0 111011 11000010 1000011 11001

Color Harmonies of #155669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155669

Black with #155669

Text Example


Text Example

White with #155669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155669; }

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

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

background-color css

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

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

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

border-color css

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

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

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