Html Css Color HEX #165476 Orient

📋 copy color: '#165476'

red 22 ◦ green 84 ◦ blue 118

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

Shades of Orient #165476

Tints of Orient #165476

RGB

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

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

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

R = 9.82%
G = 37.5%
B = 52.68%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165476 (or 0x165476) is known color: Orient. HEX triplet: 16, 54 and 76. RGB value is (22,84,118). Sum of RGB (Red+Green+Blue) = 22+84+118=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #165476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165476 is #E9AB89. Grayscale: #454545. Windows color (decimal): -15313802 or 7754774. OLE color: 7754774.

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

Color convert

RGB 22 84 118 -
CMYK 0.81 0.29 0 0.54
HSL 201.25º 0.69% 0.27% -
HSV(B) 201.25º 0.81% 0.46% -
XYZ 6.77 7.82 18.29 -
YUV 69.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 22 84 118 0.81 0.29 0 0.54 201.25 0.69 0.27
Hex 16 54 76 51 1D 0 36 C9 45 1B
Octal 26 124 166 121 35 0 66 311 105 33
Binary 10110 1010100 1110110 1010001 11101 0 110110 11001001 1000101 11011

Color Harmonies of #165476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165476

Black with #165476

Text Example


Text Example

White with #165476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165476; }

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

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

background-color css

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

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

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

border-color css

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

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

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