Html Css Color HEX #165376 Orient

📋 copy color: '#165376'

red 22 ◦ green 83 ◦ blue 118

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

Shades of Orient #165376

Tints of Orient #165376

RGB

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

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

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

R = 9.87%
G = 37.22%
B = 52.91%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165376 (or 0x165376) is known color: Orient. HEX triplet: 16, 53 and 76. RGB value is (22,83,118). Sum of RGB (Red+Green+Blue) = 22+83+118=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #165376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165376 is #E9AC89. Grayscale: #444444. Windows color (decimal): -15314058 or 7754518. OLE color: 7754518.

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

Color convert

RGB 22 83 118 -
CMYK 0.81 0.30 0 0.54
HSL 201.88º 0.69% 0.27% -
HSV(B) 201.88º 0.81% 0.46% -
XYZ 6.69 7.67 18.27 -
YUV 68.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 22 83 118 0.81 0.30 0 0.54 201.88 0.69 0.27
Hex 16 53 76 51 1E 0 36 CA 45 1B
Octal 26 123 166 121 36 0 66 312 105 33
Binary 10110 1010011 1110110 1010001 11110 0 110110 11001010 1000101 11011

Color Harmonies of #165376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165376

Black with #165376

Text Example


Text Example

White with #165376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165376; }

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

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

background-color css

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

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

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

border-color css

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

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

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