Html Css Color HEX #165675 Orient

📋 copy color: '#165675'

red 22 ◦ green 86 ◦ blue 117

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

Shades of Orient #165675

Tints of Orient #165675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

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

R = 9.78%
G = 38.22%
B = 52%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165675 (or 0x165675) is known color: Orient. HEX triplet: 16, 56 and 75. RGB value is (22,86,117). Sum of RGB (Red+Green+Blue) = 22+86+117=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #165675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165675 is #E9A98A. Grayscale: #464646. Windows color (decimal): -15313291 or 7689750. OLE color: 7689750.

HSL color Cylindrical-coordinate representation of color #165675: hue angle of 199.58º 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 #165675 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 22 86 117 -
CMYK 0.81 0.26 0 0.54
HSL 199.58º 0.68% 0.27% -
HSV(B) 199.58º 0.81% 0.46% -
XYZ 6.87 8.11 18.03 -
YUV 70.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 22 86 117 0.81 0.26 0 0.54 199.58 0.68 0.27
Hex 16 56 75 51 1A 0 36 C8 44 1B
Octal 26 126 165 121 32 0 66 310 104 33
Binary 10110 1010110 1110101 1010001 11010 0 110110 11001000 1000100 11011

Color Harmonies of #165675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165675

Black with #165675

Text Example


Text Example

White with #165675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165675; }

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

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

background-color css

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

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

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

border-color css

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

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

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