Html Css Color HEX #165A6B Orient

📋 copy color: '#165A6B'

red 22 ◦ green 90 ◦ blue 107

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

Shades of Orient #165A6B

Tints of Orient #165A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.1%

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 10.05%
G = 41.1%
B = 48.86%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#165A6B (or 0x165A6B) is known color: Orient. HEX triplet: 16, 5A and 6B. RGB value is (22,90,107). Sum of RGB (Red+Green+Blue) = 22+90+107=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #165A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A6B is #E9A594. Grayscale: #474747. Windows color (decimal): -15312277 or 7035414. OLE color: 7035414.

HSL color Cylindrical-coordinate representation of color #165A6B: hue angle of 192º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165A6B is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 90 107 -
CMYK 0.79 0.16 0 0.58
HSL 192º 0.66% 0.25% -
HSV(B) 192º 0.79% 0.42% -
XYZ 6.64 8.54 15.21 -
YUV 71.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 22 90 107 0.79 0.16 0 0.58 192 0.66 0.25
Hex 16 5A 6B 4F 10 0 3A C0 42 19
Octal 26 132 153 117 20 0 72 300 102 31
Binary 10110 1011010 1101011 1001111 10000 0 111010 11000000 1000010 11001

Color Harmonies of #165A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A6B

Black with #165A6B

Text Example


Text Example

White with #165A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,90,107); }

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

background-color css

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

 a { background-color: rgb(22,90,107); }

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

border-color css

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

 span { border-color: rgb(22,90,107); }

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