Html Css Color HEX #165778 Orient

📋 copy color: '#165778'

red 22 ◦ green 87 ◦ blue 120

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

Shades of Orient #165778

Tints of Orient #165778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 9.61%
G = 37.99%
B = 52.4%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165778 (or 0x165778) is known color: Orient. HEX triplet: 16, 57 and 78. RGB value is (22,87,120). Sum of RGB (Red+Green+Blue) = 22+87+120=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #165778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165778 is #E9A887. Grayscale: #474747. Windows color (decimal): -15313032 or 7886614. OLE color: 7886614.

HSL color Cylindrical-coordinate representation of color #165778: hue angle of 200.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165778 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 87 120 -
CMYK 0.82 0.28 0 0.53
HSL 200.2º 0.69% 0.28% -
HSV(B) 200.2º 0.82% 0.47% -
XYZ 7.13 8.34 19 -
YUV 71.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 22 87 120 0.82 0.28 0 0.53 200.2 0.69 0.28
Hex 16 57 78 52 1C 0 35 C8 45 1C
Octal 26 127 170 122 34 0 65 310 105 34
Binary 10110 1010111 1111000 1010010 11100 0 110101 11001000 1000101 11100

Color Harmonies of #165778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165778

Black with #165778

Text Example


Text Example

White with #165778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165778; }

 p { color: rgb(22,87,120); }

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

background-color css

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

 a { background-color: rgb(22,87,120); }

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

border-color css

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

 span { border-color: rgb(22,87,120); }

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