Html Css Color HEX #165772 Orient

📋 copy color: '#165772'

red 22 ◦ green 87 ◦ blue 114

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

Shades of Orient #165772

Tints of Orient #165772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 9.87%
G = 39.01%
B = 51.12%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165772 (or 0x165772) is known color: Orient. HEX triplet: 16, 57 and 72. RGB value is (22,87,114). Sum of RGB (Red+Green+Blue) = 22+87+114=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #165772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165772 is #E9A88D. Grayscale: #464646. Windows color (decimal): -15313038 or 7493398. OLE color: 7493398.

HSL color Cylindrical-coordinate representation of color #165772: hue angle of 197.61º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165772 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 87 114 -
CMYK 0.81 0.24 0 0.55
HSL 197.61º 0.68% 0.27% -
HSV(B) 197.61º 0.81% 0.45% -
XYZ 6.78 8.2 17.15 -
YUV 70.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 22 87 114 0.81 0.24 0 0.55 197.61 0.68 0.27
Hex 16 57 72 51 18 0 37 C6 44 1B
Octal 26 127 162 121 30 0 67 306 104 33
Binary 10110 1010111 1110010 1010001 11000 0 110111 11000110 1000100 11011

Color Harmonies of #165772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165772

Black with #165772

Text Example


Text Example

White with #165772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165772; }

 p { color: rgb(22,87,114); }

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

background-color css

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

 a { background-color: rgb(22,87,114); }

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

border-color css

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

 span { border-color: rgb(22,87,114); }

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