Html Css Color HEX #155473 Orient

📋 copy color: '#155473'

red 21 ◦ green 84 ◦ blue 115

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

Shades of Orient #155473

Tints of Orient #155473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 9.55%
G = 38.18%
B = 52.27%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155473 (or 0x155473) is known color: Orient. HEX triplet: 15, 54 and 73. RGB value is (21,84,115). Sum of RGB (Red+Green+Blue) = 21+84+115=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #155473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155473 is #EAAB8C. Grayscale: #444444. Windows color (decimal): -15379341 or 7558165. OLE color: 7558165.

HSL color Cylindrical-coordinate representation of color #155473: hue angle of 199.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155473 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 84 115 -
CMYK 0.82 0.27 0 0.55
HSL 199.79º 0.69% 0.27% -
HSV(B) 199.79º 0.82% 0.45% -
XYZ 6.57 7.74 17.37 -
YUV 68.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 21 84 115 0.82 0.27 0 0.55 199.79 0.69 0.27
Hex 15 54 73 52 1B 0 37 C8 45 1B
Octal 25 124 163 122 33 0 67 310 105 33
Binary 10101 1010100 1110011 1010010 11011 0 110111 11001000 1000101 11011

Color Harmonies of #155473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155473

Black with #155473

Text Example


Text Example

White with #155473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155473; }

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

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

background-color css

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

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

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

border-color css

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

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

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