Html Css Color HEX #165071 Orient

📋 copy color: '#165071'

red 22 ◦ green 80 ◦ blue 113

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

Shades of Orient #165071

Tints of Orient #165071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 10.23%
G = 37.21%
B = 52.56%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165071 (or 0x165071) is known color: Orient. HEX triplet: 16, 50 and 71. RGB value is (22,80,113). Sum of RGB (Red+Green+Blue) = 22+80+113=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #165071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165071 is #E9AF8E. Grayscale: #424242. Windows color (decimal): -15314831 or 7426070. OLE color: 7426070.

HSL color Cylindrical-coordinate representation of color #165071: hue angle of 201.76º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165071 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 80 113 -
CMYK 0.81 0.29 0 0.56
HSL 201.76º 0.67% 0.26% -
HSV(B) 201.76º 0.81% 0.44% -
XYZ 6.18 7.1 16.67 -
YUV 66.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 22 80 113 0.81 0.29 0 0.56 201.76 0.67 0.26
Hex 16 50 71 51 1D 0 38 CA 43 1A
Octal 26 120 161 121 35 0 70 312 103 32
Binary 10110 1010000 1110001 1010001 11101 0 111000 11001010 1000011 11010

Color Harmonies of #165071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165071

Black with #165071

Text Example


Text Example

White with #165071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165071; }

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

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

background-color css

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

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

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

border-color css

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

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

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