Html Css Color HEX #155271 Orient

📋 copy color: '#155271'

red 21 ◦ green 82 ◦ blue 113

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

Shades of Orient #155271

Tints of Orient #155271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 9.72%
G = 37.96%
B = 52.31%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155271 (or 0x155271) is known color: Orient. HEX triplet: 15, 52 and 71. RGB value is (21,82,113). Sum of RGB (Red+Green+Blue) = 21+82+113=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #155271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155271 is #EAAD8E. Grayscale: #434343. Windows color (decimal): -15379855 or 7426581. OLE color: 7426581.

HSL color Cylindrical-coordinate representation of color #155271: hue angle of 200.22º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155271 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 82 113 -
CMYK 0.81 0.27 0 0.56
HSL 200.22º 0.69% 0.26% -
HSV(B) 200.22º 0.81% 0.44% -
XYZ 6.31 7.39 16.72 -
YUV 67.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 21 82 113 0.81 0.27 0 0.56 200.22 0.69 0.26
Hex 15 52 71 51 1B 0 38 C8 45 1A
Octal 25 122 161 121 33 0 70 310 105 32
Binary 10101 1010010 1110001 1010001 11011 0 111000 11001000 1000101 11010

Color Harmonies of #155271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155271

Black with #155271

Text Example


Text Example

White with #155271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155271; }

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

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

background-color css

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

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

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

border-color css

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

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

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