Html Css Color HEX #155071 Orient

📋 copy color: '#155071'

red 21 ◦ green 80 ◦ blue 113

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

Shades of Orient #155071

Tints of Orient #155071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 9.81%
G = 37.38%
B = 52.8%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155071 (or 0x155071) is known color: Orient. HEX triplet: 15, 50 and 71. RGB value is (21,80,113). Sum of RGB (Red+Green+Blue) = 21+80+113=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #155071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155071 is #EAAF8E. Grayscale: #414141. Windows color (decimal): -15380367 or 7426069. OLE color: 7426069.

HSL color Cylindrical-coordinate representation of color #155071: hue angle of 201.52º 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 #155071 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 80 113 -
CMYK 0.81 0.29 0 0.56
HSL 201.52º 0.69% 0.26% -
HSV(B) 201.52º 0.81% 0.44% -
XYZ 6.16 7.09 16.67 -
YUV 66.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 21 80 113 0.81 0.29 0 0.56 201.52 0.69 0.26
Hex 15 50 71 51 1D 0 38 CA 45 1A
Octal 25 120 161 121 35 0 70 312 105 32
Binary 10101 1010000 1110001 1010001 11101 0 111000 11001010 1000101 11010

Color Harmonies of #155071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155071

Black with #155071

Text Example


Text Example

White with #155071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155071; }

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

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

background-color css

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

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

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

border-color css

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

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

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