Html Css Color HEX #165473 Orient

📋 copy color: '#165473'

red 22 ◦ green 84 ◦ blue 115

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

Shades of Orient #165473

Tints of Orient #165473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 9.95%
G = 38.01%
B = 52.04%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165473 (or 0x165473) is known color: Orient. HEX triplet: 16, 54 and 73. RGB value is (22,84,115). Sum of RGB (Red+Green+Blue) = 22+84+115=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #165473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165473 is #E9AB8C. Grayscale: #444444. Windows color (decimal): -15313805 or 7558166. OLE color: 7558166.

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

Color convert

RGB 22 84 115 -
CMYK 0.81 0.27 0 0.55
HSL 200º 0.68% 0.27% -
HSV(B) 200º 0.81% 0.45% -
XYZ 6.6 7.75 17.37 -
YUV 69 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 22 84 115 0.81 0.27 0 0.55 200 0.68 0.27
Hex 16 54 73 51 1B 0 37 C8 44 1B
Octal 26 124 163 121 33 0 67 310 104 33
Binary 10110 1010100 1110011 1010001 11011 0 110111 11001000 1000100 11011

Color Harmonies of #165473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165473

Black with #165473

Text Example


Text Example

White with #165473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165473; }

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

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

background-color css

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

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

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

border-color css

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

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

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