Html Css Color HEX #164D71 Orient

📋 copy color: '#164D71'

red 22 ◦ green 77 ◦ blue 113

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

Shades of Orient #164D71

Tints of Orient #164D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

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

R = 10.38%
G = 36.32%
B = 53.3%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#164D71 (or 0x164D71) is known color: Orient. HEX triplet: 16, 4D and 71. RGB value is (22,77,113). Sum of RGB (Red+Green+Blue) = 22+77+113=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #164D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D71 is #E9B28E. Grayscale: #404040. Windows color (decimal): -15315599 or 7425302. OLE color: 7425302.

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

Color convert

RGB 22 77 113 -
CMYK 0.81 0.32 0 0.56
HSL 203.74º 0.67% 0.26% -
HSV(B) 203.74º 0.81% 0.44% -
XYZ 5.97 6.67 16.6 -
YUV 64.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 22 77 113 0.81 0.32 0 0.56 203.74 0.67 0.26
Hex 16 4D 71 51 20 0 38 CC 43 1A
Octal 26 115 161 121 40 0 70 314 103 32
Binary 10110 1001101 1110001 1010001 100000 0 111000 11001100 1000011 11010

Color Harmonies of #164D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D71

Black with #164D71

Text Example


Text Example

White with #164D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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