Html Css Color HEX #165A75 Orient

📋 copy color: '#165A75'

red 22 ◦ green 90 ◦ blue 117

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

Shades of Orient #165A75

Tints of Orient #165A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 9.61%
G = 39.3%
B = 51.09%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165A75 (or 0x165A75) is known color: Orient. HEX triplet: 16, 5A and 75. RGB value is (22,90,117). Sum of RGB (Red+Green+Blue) = 22+90+117=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #165A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A75 is #E9A58A. Grayscale: #484848. Windows color (decimal): -15312267 or 7690774. OLE color: 7690774.

HSL color Cylindrical-coordinate representation of color #165A75: hue angle of 197.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165A75 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 90 117 -
CMYK 0.81 0.23 0 0.54
HSL 197.05º 0.68% 0.27% -
HSV(B) 197.05º 0.81% 0.46% -
XYZ 7.2 8.77 18.14 -
YUV 72.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 22 90 117 0.81 0.23 0 0.54 197.05 0.68 0.27
Hex 16 5A 75 51 17 0 36 C5 44 1B
Octal 26 132 165 121 27 0 66 305 104 33
Binary 10110 1011010 1110101 1010001 10111 0 110110 11000101 1000100 11011

Color Harmonies of #165A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165A75

Black with #165A75

Text Example


Text Example

White with #165A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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