Html Css Color HEX #165B7C Orient

📋 copy color: '#165B7C'

red 22 ◦ green 91 ◦ blue 124

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

Shades of Orient #165B7C

Tints of Orient #165B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 9.28%
G = 38.4%
B = 52.32%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#165B7C (or 0x165B7C) is known color: Orient. HEX triplet: 16, 5B and 7C. RGB value is (22,91,124). Sum of RGB (Red+Green+Blue) = 22+91+124=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #165B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B7C is #E9A483. Grayscale: #494949. Windows color (decimal): -15312004 or 8149782. OLE color: 8149782.

HSL color Cylindrical-coordinate representation of color #165B7C: hue angle of 199.41º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165B7C is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 91 124 -
CMYK 0.82 0.27 0 0.51
HSL 199.41º 0.7% 0.29% -
HSV(B) 199.41º 0.82% 0.49% -
XYZ 7.71 9.11 20.42 -
YUV 74.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 22 91 124 0.82 0.27 0 0.51 199.41 0.7 0.29
Hex 16 5B 7C 52 1B 0 33 C7 46 1D
Octal 26 133 174 122 33 0 63 307 106 35
Binary 10110 1011011 1111100 1010010 11011 0 110011 11000111 1000110 11101

Color Harmonies of #165B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B7C

Black with #165B7C

Text Example


Text Example

White with #165B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,91,124); }

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

background-color css

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

 a { background-color: rgb(22,91,124); }

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

border-color css

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

 span { border-color: rgb(22,91,124); }

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