Html Css Color HEX #165E78 Orient

📋 copy color: '#165E78'

red 22 ◦ green 94 ◦ blue 120

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

Shades of Orient #165E78

Tints of Orient #165E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.83%

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 9.32%
G = 39.83%
B = 50.85%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165E78 (or 0x165E78) is known color: Orient. HEX triplet: 16, 5E and 78. RGB value is (22,94,120). Sum of RGB (Red+Green+Blue) = 22+94+120=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #165E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E78 is #E9A187. Grayscale: #4B4B4B. Windows color (decimal): -15311240 or 7888406. OLE color: 7888406.

HSL color Cylindrical-coordinate representation of color #165E78: hue angle of 195.92º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165E78 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 94 120 -
CMYK 0.82 0.22 0 0.53
HSL 195.92º 0.69% 0.28% -
HSV(B) 195.92º 0.82% 0.47% -
XYZ 7.72 9.53 19.2 -
YUV 75.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 22 94 120 0.82 0.22 0 0.53 195.92 0.69 0.28
Hex 16 5E 78 52 16 0 35 C4 45 1C
Octal 26 136 170 122 26 0 65 304 105 34
Binary 10110 1011110 1111000 1010010 10110 0 110101 11000100 1000101 11100

Color Harmonies of #165E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165E78

Black with #165E78

Text Example


Text Example

White with #165E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165E78; }

 p { color: rgb(22,94,120); }

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

background-color css

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

 a { background-color: rgb(22,94,120); }

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

border-color css

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

 span { border-color: rgb(22,94,120); }

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