Html Css Color HEX #155377 Orient

📋 copy color: '#155377'

red 21 ◦ green 83 ◦ blue 119

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

Shades of Orient #155377

Tints of Orient #155377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 9.42%
G = 37.22%
B = 53.36%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155377 (or 0x155377) is known color: Orient. HEX triplet: 15, 53 and 77. RGB value is (21,83,119). Sum of RGB (Red+Green+Blue) = 21+83+119=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #155377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155377 is #EAAC88. Grayscale: #444444. Windows color (decimal): -15379593 or 7820053. OLE color: 7820053.

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

Color convert

RGB 21 83 119 -
CMYK 0.82 0.30 0 0.53
HSL 202.04º 0.7% 0.27% -
HSV(B) 202.04º 0.82% 0.47% -
XYZ 6.73 7.68 18.58 -
YUV 68.57 156.46 94.07 -
System Red Green Blue C M Y K H S L
Decimal 21 83 119 0.82 0.30 0 0.53 202.04 0.7 0.27
Hex 15 53 77 52 1E 0 35 CA 46 1B
Octal 25 123 167 122 36 0 65 312 106 33
Binary 10101 1010011 1110111 1010010 11110 0 110101 11001010 1000110 11011

Color Harmonies of #155377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155377

Black with #155377

Text Example


Text Example

White with #155377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155377; }

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

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

background-color css

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

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

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

border-color css

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

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

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