Html Css Color HEX #165474 Orient

📋 copy color: '#165474'

red 22 ◦ green 84 ◦ blue 116

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

Shades of Orient #165474

Tints of Orient #165474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 9.91%
G = 37.84%
B = 52.25%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#165474 (or 0x165474) is known color: Orient. HEX triplet: 16, 54 and 74. RGB value is (22,84,116). Sum of RGB (Red+Green+Blue) = 22+84+116=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #165474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165474 is #E9AB8B. Grayscale: #444444. Windows color (decimal): -15313804 or 7623702. OLE color: 7623702.

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

Color convert

RGB 22 84 116 -
CMYK 0.81 0.28 0 0.55
HSL 200.43º 0.68% 0.27% -
HSV(B) 200.43º 0.81% 0.45% -
XYZ 6.65 7.77 17.67 -
YUV 69.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 22 84 116 0.81 0.28 0 0.55 200.43 0.68 0.27
Hex 16 54 74 51 1C 0 37 C8 44 1B
Octal 26 124 164 121 34 0 67 310 104 33
Binary 10110 1010100 1110100 1010001 11100 0 110111 11001000 1000100 11011

Color Harmonies of #165474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165474

Black with #165474

Text Example


Text Example

White with #165474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165474; }

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

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

background-color css

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

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

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

border-color css

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

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

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