Html Css Color HEX #165879 Orient

📋 copy color: '#165879'

red 22 ◦ green 88 ◦ blue 121

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

Shades of Orient #165879

Tints of Orient #165879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.38%

R = 9.52%
G = 38.1%
B = 52.38%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165879 (or 0x165879) is known color: Orient. HEX triplet: 16, 58 and 79. RGB value is (22,88,121). Sum of RGB (Red+Green+Blue) = 22+88+121=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #165879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165879 is #E9A786. Grayscale: #474747. Windows color (decimal): -15312775 or 7952406. OLE color: 7952406.

HSL color Cylindrical-coordinate representation of color #165879: hue angle of 200º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165879 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 88 121 -
CMYK 0.82 0.27 0 0.53
HSL 200º 0.69% 0.28% -
HSV(B) 200º 0.82% 0.47% -
XYZ 7.27 8.53 19.35 -
YUV 72.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 22 88 121 0.82 0.27 0 0.53 200 0.69 0.28
Hex 16 58 79 52 1B 0 35 C8 45 1C
Octal 26 130 171 122 33 0 65 310 105 34
Binary 10110 1011000 1111001 1010010 11011 0 110101 11001000 1000101 11100

Color Harmonies of #165879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165879

Black with #165879

Text Example


Text Example

White with #165879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165879; }

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

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

background-color css

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

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

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

border-color css

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

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

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