Html Css Color HEX #165869 Orient

📋 copy color: '#165869'

red 22 ◦ green 88 ◦ blue 105

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

Shades of Orient #165869

Tints of Orient #165869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

 BLUE value IS 105 (41.41% from 255) = 48.84%

R = 10.23%
G = 40.93%
B = 48.84%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#165869 (or 0x165869) is known color: Orient. HEX triplet: 16, 58 and 69. RGB value is (22,88,105). Sum of RGB (Red+Green+Blue) = 22+88+105=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #165869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165869 is #E9A796. Grayscale: #464646. Windows color (decimal): -15312791 or 6903830. OLE color: 6903830.

HSL color Cylindrical-coordinate representation of color #165869: hue angle of 192.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165869 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 88 105 -
CMYK 0.79 0.16 0 0.59
HSL 192.29º 0.65% 0.25% -
HSV(B) 192.29º 0.79% 0.41% -
XYZ 6.37 8.17 14.61 -
YUV 70.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 22 88 105 0.79 0.16 0 0.59 192.29 0.65 0.25
Hex 16 58 69 4F 10 0 3B C0 41 19
Octal 26 130 151 117 20 0 73 300 101 31
Binary 10110 1011000 1101001 1001111 10000 0 111011 11000000 1000001 11001

Color Harmonies of #165869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165869

Black with #165869

Text Example


Text Example

White with #165869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165869; }

 p { color: rgb(22,88,105); }

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

background-color css

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

 a { background-color: rgb(22,88,105); }

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

border-color css

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

 span { border-color: rgb(22,88,105); }

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