Html Css Color HEX #165472 Orient

📋 copy color: '#165472'

red 22 ◦ green 84 ◦ blue 114

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

Shades of Orient #165472

Tints of Orient #165472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 10%
G = 38.18%
B = 51.82%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165472 (or 0x165472) is known color: Orient. HEX triplet: 16, 54 and 72. RGB value is (22,84,114). Sum of RGB (Red+Green+Blue) = 22+84+114=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #165472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165472 is #E9AB8D. Grayscale: #444444. Windows color (decimal): -15313806 or 7492630. OLE color: 7492630.

HSL color Cylindrical-coordinate representation of color #165472: hue angle of 199.57º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165472 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 22 84 114 -
CMYK 0.81 0.26 0 0.55
HSL 199.57º 0.68% 0.27% -
HSV(B) 199.57º 0.81% 0.45% -
XYZ 6.54 7.73 17.07 -
YUV 68.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 22 84 114 0.81 0.26 0 0.55 199.57 0.68 0.27
Hex 16 54 72 51 1A 0 37 C8 44 1B
Octal 26 124 162 121 32 0 67 310 104 33
Binary 10110 1010100 1110010 1010001 11010 0 110111 11001000 1000100 11011

Color Harmonies of #165472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165472

Black with #165472

Text Example


Text Example

White with #165472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165472; }

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

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

background-color css

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

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

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

border-color css

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

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

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