Html Css Color HEX #155469 Orient

📋 copy color: '#155469'

red 21 ◦ green 84 ◦ blue 105

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

Shades of Orient #155469

Tints of Orient #155469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

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

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#155469 (or 0x155469) is known color: Orient. HEX triplet: 15, 54 and 69. RGB value is (21,84,105). Sum of RGB (Red+Green+Blue) = 21+84+105=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #155469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155469 is #EAAB96. Grayscale: #434343. Windows color (decimal): -15379351 or 6902805. OLE color: 6902805.

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

Color convert

RGB 21 84 105 -
CMYK 0.80 0.20 0 0.59
HSL 195º 0.67% 0.25% -
HSV(B) 195º 0.8% 0.41% -
XYZ 6.03 7.52 14.5 -
YUV 67.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 21 84 105 0.80 0.20 0 0.59 195 0.67 0.25
Hex 15 54 69 50 14 0 3B C3 43 19
Octal 25 124 151 120 24 0 73 303 103 31
Binary 10101 1010100 1101001 1010000 10100 0 111011 11000011 1000011 11001

Color Harmonies of #155469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155469

Black with #155469

Text Example


Text Example

White with #155469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155469; }

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

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

background-color css

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

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

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

border-color css

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

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

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