Html Css Color HEX #164E72 Orient

📋 copy color: '#164E72'

red 22 ◦ green 78 ◦ blue 114

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

Shades of Orient #164E72

Tints of Orient #164E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 10.28%
G = 36.45%
B = 53.27%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#164E72 (or 0x164E72) is known color: Orient. HEX triplet: 16, 4E and 72. RGB value is (22,78,114). Sum of RGB (Red+Green+Blue) = 22+78+114=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #164E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E72 is #E9B18D. Grayscale: #414141. Windows color (decimal): -15315342 or 7491094. OLE color: 7491094.

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

Color convert

RGB 22 78 114 -
CMYK 0.81 0.32 0 0.55
HSL 203.48º 0.68% 0.27% -
HSV(B) 203.48º 0.81% 0.45% -
XYZ 6.09 6.83 16.92 -
YUV 65.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 22 78 114 0.81 0.32 0 0.55 203.48 0.68 0.27
Hex 16 4E 72 51 20 0 37 CB 44 1B
Octal 26 116 162 121 40 0 67 313 104 33
Binary 10110 1001110 1110010 1010001 100000 0 110111 11001011 1000100 11011

Color Harmonies of #164E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E72

Black with #164E72

Text Example


Text Example

White with #164E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,78,114); }

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

background-color css

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

 a { background-color: rgb(22,78,114); }

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

border-color css

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

 span { border-color: rgb(22,78,114); }

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