Html Css Color HEX #165076 Orient

📋 copy color: '#165076'

red 22 ◦ green 80 ◦ blue 118

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

Shades of Orient #165076

Tints of Orient #165076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 10%
G = 36.36%
B = 53.64%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165076 (or 0x165076) is known color: Orient. HEX triplet: 16, 50 and 76. RGB value is (22,80,118). Sum of RGB (Red+Green+Blue) = 22+80+118=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #165076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165076 is #E9AF89. Grayscale: #424242. Windows color (decimal): -15314826 or 7753750. OLE color: 7753750.

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

Color convert

RGB 22 80 118 -
CMYK 0.81 0.32 0 0.54
HSL 203.75º 0.69% 0.27% -
HSV(B) 203.75º 0.81% 0.46% -
XYZ 6.47 7.22 18.19 -
YUV 66.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 22 80 118 0.81 0.32 0 0.54 203.75 0.69 0.27
Hex 16 50 76 51 20 0 36 CC 45 1B
Octal 26 120 166 121 40 0 66 314 105 33
Binary 10110 1010000 1110110 1010001 100000 0 110110 11001100 1000101 11011

Color Harmonies of #165076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165076

Black with #165076

Text Example


Text Example

White with #165076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165076; }

 p { color: rgb(22,80,118); }

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

background-color css

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

 a { background-color: rgb(22,80,118); }

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

border-color css

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

 span { border-color: rgb(22,80,118); }

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