Html Css Color HEX #155376 Orient

📋 copy color: '#155376'

red 21 ◦ green 83 ◦ blue 118

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

Shades of Orient #155376

Tints of Orient #155376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 9.46%
G = 37.39%
B = 53.15%

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

#155376 (or 0x155376) is known color: Orient. HEX triplet: 15, 53 and 76. RGB value is (21,83,118). Sum of RGB (Red+Green+Blue) = 21+83+118=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #155376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155376 is #EAAC89. Grayscale: #444444. Windows color (decimal): -15379594 or 7754517. OLE color: 7754517.

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

Color convert

RGB 21 83 118 -
CMYK 0.82 0.30 0 0.54
HSL 201.65º 0.7% 0.27% -
HSV(B) 201.65º 0.82% 0.46% -
XYZ 6.67 7.65 18.27 -
YUV 68.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 21 83 118 0.82 0.30 0 0.54 201.65 0.7 0.27
Hex 15 53 76 52 1E 0 36 CA 46 1B
Octal 25 123 166 122 36 0 66 312 106 33
Binary 10101 1010011 1110110 1010010 11110 0 110110 11001010 1000110 11011

Color Harmonies of #155376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155376

Black with #155376

Text Example


Text Example

White with #155376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155376; }

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

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

background-color css

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

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

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

border-color css

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

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

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