Html Css Color HEX #165471 Orient

📋 copy color: '#165471'

red 22 ◦ green 84 ◦ blue 113

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

Shades of Orient #165471

Tints of Orient #165471

RGB

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

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

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

R = 10.05%
G = 38.36%
B = 51.6%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165471 (or 0x165471) is known color: Orient. HEX triplet: 16, 54 and 71. RGB value is (22,84,113). Sum of RGB (Red+Green+Blue) = 22+84+113=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #165471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165471 is #E9AB8E. Grayscale: #444444. Windows color (decimal): -15313807 or 7427094. OLE color: 7427094.

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

Color convert

RGB 22 84 113 -
CMYK 0.81 0.26 0 0.56
HSL 199.12º 0.67% 0.26% -
HSV(B) 199.12º 0.81% 0.44% -
XYZ 6.48 7.7 16.77 -
YUV 68.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 22 84 113 0.81 0.26 0 0.56 199.12 0.67 0.26
Hex 16 54 71 51 1A 0 38 C7 43 1A
Octal 26 124 161 121 32 0 70 307 103 32
Binary 10110 1010100 1110001 1010001 11010 0 111000 11000111 1000011 11010

Color Harmonies of #165471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165471

Black with #165471

Text Example


Text Example

White with #165471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165471; }

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

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

background-color css

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

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

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

border-color css

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

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

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