Html Css Color HEX #165469 Orient

📋 copy color: '#165469'

red 22 ◦ green 84 ◦ blue 105

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

Shades of Orient #165469

Tints of Orient #165469

RGB

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

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

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

R = 10.43%
G = 39.81%
B = 49.76%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#165469 (or 0x165469) is known color: Orient. HEX triplet: 16, 54 and 69. RGB value is (22,84,105). Sum of RGB (Red+Green+Blue) = 22+84+105=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #165469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165469 is #E9AB96. Grayscale: #434343. Windows color (decimal): -15313815 or 6902806. OLE color: 6902806.

HSL color Cylindrical-coordinate representation of color #165469: hue angle of 195.18º 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 #165469 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 22 84 105 -
CMYK 0.79 0.20 0 0.59
HSL 195.18º 0.65% 0.25% -
HSV(B) 195.18º 0.79% 0.41% -
XYZ 6.05 7.53 14.5 -
YUV 67.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 22 84 105 0.79 0.20 0 0.59 195.18 0.65 0.25
Hex 16 54 69 4F 14 0 3B C3 41 19
Octal 26 124 151 117 24 0 73 303 101 31
Binary 10110 1010100 1101001 1001111 10100 0 111011 11000011 1000001 11001

Color Harmonies of #165469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165469

Black with #165469

Text Example


Text Example

White with #165469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165469; }

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

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

background-color css

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

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

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

border-color css

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

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

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