Html Css Color HEX #155275 Orient

📋 copy color: '#155275'

red 21 ◦ green 82 ◦ blue 117

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

Shades of Orient #155275

Tints of Orient #155275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 9.55%
G = 37.27%
B = 53.18%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155275 (or 0x155275) is known color: Orient. HEX triplet: 15, 52 and 75. RGB value is (21,82,117). Sum of RGB (Red+Green+Blue) = 21+82+117=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #155275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155275 is #EAAD8A. Grayscale: #434343. Windows color (decimal): -15379851 or 7688725. OLE color: 7688725.

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

Color convert

RGB 21 82 117 -
CMYK 0.82 0.30 0 0.54
HSL 201.88º 0.7% 0.27% -
HSV(B) 201.88º 0.82% 0.46% -
XYZ 6.54 7.48 17.93 -
YUV 67.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 21 82 117 0.82 0.30 0 0.54 201.88 0.7 0.27
Hex 15 52 75 52 1E 0 36 CA 46 1B
Octal 25 122 165 122 36 0 66 312 106 33
Binary 10101 1010010 1110101 1010010 11110 0 110110 11001010 1000110 11011

Color Harmonies of #155275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155275

Black with #155275

Text Example


Text Example

White with #155275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155275; }

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

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

background-color css

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

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

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

border-color css

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

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

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