Html Css Color HEX #165271 Orient

📋 copy color: '#165271'

red 22 ◦ green 82 ◦ blue 113

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

Shades of Orient #165271

Tints of Orient #165271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

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

R = 10.14%
G = 37.79%
B = 52.07%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165271 (or 0x165271) is known color: Orient. HEX triplet: 16, 52 and 71. RGB value is (22,82,113). Sum of RGB (Red+Green+Blue) = 22+82+113=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #165271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165271 is #E9AD8E. Grayscale: #434343. Windows color (decimal): -15314319 or 7426582. OLE color: 7426582.

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

Color convert

RGB 22 82 113 -
CMYK 0.81 0.27 0 0.56
HSL 200.44º 0.67% 0.26% -
HSV(B) 200.44º 0.81% 0.44% -
XYZ 6.33 7.4 16.72 -
YUV 67.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 22 82 113 0.81 0.27 0 0.56 200.44 0.67 0.26
Hex 16 52 71 51 1B 0 38 C8 43 1A
Octal 26 122 161 121 33 0 70 310 103 32
Binary 10110 1010010 1110001 1010001 11011 0 111000 11001000 1000011 11010

Color Harmonies of #165271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165271

Black with #165271

Text Example


Text Example

White with #165271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165271; }

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

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

background-color css

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

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

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

border-color css

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

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

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