Html Css Color HEX #165B7D Orient

📋 copy color: '#165B7D'

red 22 ◦ green 91 ◦ blue 125

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

Shades of Orient #165B7D

Tints of Orient #165B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 9.24%
G = 38.24%
B = 52.52%

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

#165B7D (or 0x165B7D) is known color: Orient. HEX triplet: 16, 5B and 7D. RGB value is (22,91,125). Sum of RGB (Red+Green+Blue) = 22+91+125=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #165B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B7D is #E9A482. Grayscale: #4A4A4A. Windows color (decimal): -15312003 or 8215318. OLE color: 8215318.

HSL color Cylindrical-coordinate representation of color #165B7D: hue angle of 199.81º 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 #165B7D is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 91 125 -
CMYK 0.82 0.27 0 0.51
HSL 199.81º 0.7% 0.29% -
HSV(B) 199.81º 0.82% 0.49% -
XYZ 7.77 9.13 20.76 -
YUV 74.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 22 91 125 0.82 0.27 0 0.51 199.81 0.7 0.29
Hex 16 5B 7D 52 1B 0 33 C8 46 1D
Octal 26 133 175 122 33 0 63 310 106 35
Binary 10110 1011011 1111101 1010010 11011 0 110011 11001000 1000110 11101

Color Harmonies of #165B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165B7D

Black with #165B7D

Text Example


Text Example

White with #165B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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