Html Css Color HEX #155276 Orient

📋 copy color: '#155276'

red 21 ◦ green 82 ◦ blue 118

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

Shades of Orient #155276

Tints of Orient #155276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 9.5%
G = 37.1%
B = 53.39%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155276 (or 0x155276) is known color: Orient. HEX triplet: 15, 52 and 76. RGB value is (21,82,118). Sum of RGB (Red+Green+Blue) = 21+82+118=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #155276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155276 is #EAAD89. Grayscale: #434343. Windows color (decimal): -15379850 or 7754261. OLE color: 7754261.

HSL color Cylindrical-coordinate representation of color #155276: hue angle of 202.27º 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 #155276 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 82 118 -
CMYK 0.82 0.31 0 0.54
HSL 202.27º 0.7% 0.27% -
HSV(B) 202.27º 0.82% 0.46% -
XYZ 6.6 7.5 18.24 -
YUV 67.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 21 82 118 0.82 0.31 0 0.54 202.27 0.7 0.27
Hex 15 52 76 52 1F 0 36 CA 46 1B
Octal 25 122 166 122 37 0 66 312 106 33
Binary 10101 1010010 1110110 1010010 11111 0 110110 11001010 1000110 11011

Color Harmonies of #155276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155276

Black with #155276

Text Example


Text Example

White with #155276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155276; }

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

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

background-color css

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

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

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

border-color css

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

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

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