Html Css Color HEX #165876 Orient

📋 copy color: '#165876'

red 22 ◦ green 88 ◦ blue 118

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

Shades of Orient #165876

Tints of Orient #165876

RGB

 RED value IS 22 (8.98% from 255) = 9.65%

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 9.65%
G = 38.6%
B = 51.75%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165876 (or 0x165876) is known color: Orient. HEX triplet: 16, 58 and 76. RGB value is (22,88,118). Sum of RGB (Red+Green+Blue) = 22+88+118=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #165876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165876 is #E9A789. Grayscale: #474747. Windows color (decimal): -15312778 or 7755798. OLE color: 7755798.

HSL color Cylindrical-coordinate representation of color #165876: hue angle of 198.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165876 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 88 118 -
CMYK 0.81 0.25 0 0.54
HSL 198.75º 0.69% 0.27% -
HSV(B) 198.75º 0.81% 0.46% -
XYZ 7.09 8.46 18.4 -
YUV 71.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 22 88 118 0.81 0.25 0 0.54 198.75 0.69 0.27
Hex 16 58 76 51 19 0 36 C7 45 1B
Octal 26 130 166 121 31 0 66 307 105 33
Binary 10110 1011000 1110110 1010001 11001 0 110110 11000111 1000101 11011

Color Harmonies of #165876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165876

Black with #165876

Text Example


Text Example

White with #165876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165876; }

 p { color: rgb(22,88,118); }

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

background-color css

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

 a { background-color: rgb(22,88,118); }

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

border-color css

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

 span { border-color: rgb(22,88,118); }

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