Html Css Color HEX #155073 Orient

📋 copy color: '#155073'

red 21 ◦ green 80 ◦ blue 115

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

Shades of Orient #155073

Tints of Orient #155073

RGB

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

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

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

R = 9.72%
G = 37.04%
B = 53.24%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155073 (or 0x155073) is known color: Orient. HEX triplet: 15, 50 and 73. RGB value is (21,80,115). Sum of RGB (Red+Green+Blue) = 21+80+115=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #155073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155073 is #EAAF8C. Grayscale: #424242. Windows color (decimal): -15380365 or 7557141. OLE color: 7557141.

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

Color convert

RGB 21 80 115 -
CMYK 0.82 0.30 0 0.55
HSL 202.34º 0.69% 0.27% -
HSV(B) 202.34º 0.82% 0.45% -
XYZ 6.27 7.13 17.27 -
YUV 66.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 21 80 115 0.82 0.30 0 0.55 202.34 0.69 0.27
Hex 15 50 73 52 1E 0 37 CA 45 1B
Octal 25 120 163 122 36 0 67 312 105 33
Binary 10101 1010000 1110011 1010010 11110 0 110111 11001010 1000101 11011

Color Harmonies of #155073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155073

Black with #155073

Text Example


Text Example

White with #155073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155073; }

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

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

background-color css

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

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

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

border-color css

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

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

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