Html Css Color HEX #165479 Orient

📋 copy color: '#165479'

red 22 ◦ green 84 ◦ blue 121

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

Shades of Orient #165479

Tints of Orient #165479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

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

R = 9.69%
G = 37%
B = 53.3%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165479 (or 0x165479) is known color: Orient. HEX triplet: 16, 54 and 79. RGB value is (22,84,121). Sum of RGB (Red+Green+Blue) = 22+84+121=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #165479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165479 is #E9AB86. Grayscale: #454545. Windows color (decimal): -15313799 or 7951382. OLE color: 7951382.

HSL color Cylindrical-coordinate representation of color #165479: hue angle of 202.42º 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 #165479 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 84 121 -
CMYK 0.82 0.31 0 0.53
HSL 202.42º 0.69% 0.28% -
HSV(B) 202.42º 0.82% 0.47% -
XYZ 6.95 7.89 19.25 -
YUV 69.68 156.96 93.99 -
System Red Green Blue C M Y K H S L
Decimal 22 84 121 0.82 0.31 0 0.53 202.42 0.69 0.28
Hex 16 54 79 52 1F 0 35 CA 45 1C
Octal 26 124 171 122 37 0 65 312 105 34
Binary 10110 1010100 1111001 1010010 11111 0 110101 11001010 1000101 11100

Color Harmonies of #165479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165479

Black with #165479

Text Example


Text Example

White with #165479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165479; }

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

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

background-color css

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

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

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

border-color css

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

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

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