Html Css Color HEX #155277 Orient

📋 copy color: '#155277'

red 21 ◦ green 82 ◦ blue 119

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

Shades of Orient #155277

Tints of Orient #155277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.6%

R = 9.46%
G = 36.94%
B = 53.6%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155277 (or 0x155277) is known color: Orient. HEX triplet: 15, 52 and 77. RGB value is (21,82,119). Sum of RGB (Red+Green+Blue) = 21+82+119=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #155277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155277 is #EAAD88. Grayscale: #434343. Windows color (decimal): -15379849 or 7819797. OLE color: 7819797.

HSL color Cylindrical-coordinate representation of color #155277: hue angle of 202.65º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155277 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 82 119 -
CMYK 0.82 0.31 0 0.53
HSL 202.65º 0.7% 0.27% -
HSV(B) 202.65º 0.82% 0.47% -
XYZ 6.66 7.53 18.55 -
YUV 67.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 21 82 119 0.82 0.31 0 0.53 202.65 0.7 0.27
Hex 15 52 77 52 1F 0 35 CB 46 1B
Octal 25 122 167 122 37 0 65 313 106 33
Binary 10101 1010010 1110111 1010010 11111 0 110101 11001011 1000110 11011

Color Harmonies of #155277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155277

Black with #155277

Text Example


Text Example

White with #155277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155277; }

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

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

background-color css

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

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

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

border-color css

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

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

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