Html Css Color HEX #165673 Orient

📋 copy color: '#165673'

red 22 ◦ green 86 ◦ blue 115

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

Shades of Orient #165673

Tints of Orient #165673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.57%

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 9.87%
G = 38.57%
B = 51.57%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165673 (or 0x165673) is known color: Orient. HEX triplet: 16, 56 and 73. RGB value is (22,86,115). Sum of RGB (Red+Green+Blue) = 22+86+115=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #165673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165673 is #E9A98C. Grayscale: #454545. Windows color (decimal): -15313293 or 7558678. OLE color: 7558678.

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

Color convert

RGB 22 86 115 -
CMYK 0.81 0.25 0 0.55
HSL 198.71º 0.68% 0.27% -
HSV(B) 198.71º 0.81% 0.45% -
XYZ 6.75 8.06 17.42 -
YUV 70.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 22 86 115 0.81 0.25 0 0.55 198.71 0.68 0.27
Hex 16 56 73 51 19 0 37 C7 44 1B
Octal 26 126 163 121 31 0 67 307 104 33
Binary 10110 1010110 1110011 1010001 11001 0 110111 11000111 1000100 11011

Color Harmonies of #165673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165673

Black with #165673

Text Example


Text Example

White with #165673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165673; }

 p { color: rgb(22,86,115); }

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

background-color css

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

 a { background-color: rgb(22,86,115); }

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

border-color css

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

 span { border-color: rgb(22,86,115); }

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