Html Css Color HEX #165073 Orient

📋 copy color: '#165073'

red 22 ◦ green 80 ◦ blue 115

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

Shades of Orient #165073

Tints of Orient #165073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 10.14%
G = 36.87%
B = 53%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165073 (or 0x165073) is known color: Orient. HEX triplet: 16, 50 and 73. RGB value is (22,80,115). Sum of RGB (Red+Green+Blue) = 22+80+115=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #165073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165073 is #E9AF8C. Grayscale: #424242. Windows color (decimal): -15314829 or 7557142. OLE color: 7557142.

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

Color convert

RGB 22 80 115 -
CMYK 0.81 0.30 0 0.55
HSL 202.58º 0.68% 0.27% -
HSV(B) 202.58º 0.81% 0.45% -
XYZ 6.29 7.15 17.27 -
YUV 66.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 22 80 115 0.81 0.30 0 0.55 202.58 0.68 0.27
Hex 16 50 73 51 1E 0 37 CB 44 1B
Octal 26 120 163 121 36 0 67 313 104 33
Binary 10110 1010000 1110011 1010001 11110 0 110111 11001011 1000100 11011

Color Harmonies of #165073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165073

Black with #165073

Text Example


Text Example

White with #165073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165073; }

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

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

background-color css

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

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

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

border-color css

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

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

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