Html Css Color HEX #155476 Orient

📋 copy color: '#155476'

red 21 ◦ green 84 ◦ blue 118

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

Shades of Orient #155476

Tints of Orient #155476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.91%

R = 9.42%
G = 37.67%
B = 52.91%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155476 (or 0x155476) is known color: Orient. HEX triplet: 15, 54 and 76. RGB value is (21,84,118). Sum of RGB (Red+Green+Blue) = 21+84+118=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #155476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155476 is #EAAB89. Grayscale: #444444. Windows color (decimal): -15379338 or 7754773. OLE color: 7754773.

HSL color Cylindrical-coordinate representation of color #155476: hue angle of 201.03º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155476 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 84 118 -
CMYK 0.82 0.29 0 0.54
HSL 201.03º 0.7% 0.27% -
HSV(B) 201.03º 0.82% 0.46% -
XYZ 6.75 7.81 18.29 -
YUV 69.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 21 84 118 0.82 0.29 0 0.54 201.03 0.7 0.27
Hex 15 54 76 52 1D 0 36 C9 46 1B
Octal 25 124 166 122 35 0 66 311 106 33
Binary 10101 1010100 1110110 1010010 11101 0 110110 11001001 1000110 11011

Color Harmonies of #155476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155476

Black with #155476

Text Example


Text Example

White with #155476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155476; }

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

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

background-color css

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

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

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

border-color css

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

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

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