Html Css Color HEX #165877 Orient

📋 copy color: '#165877'

red 22 ◦ green 88 ◦ blue 119

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

Shades of Orient #165877

Tints of Orient #165877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 9.61%
G = 38.43%
B = 51.97%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#165877 (or 0x165877) is known color: Orient. HEX triplet: 16, 58 and 77. RGB value is (22,88,119). Sum of RGB (Red+Green+Blue) = 22+88+119=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #165877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165877 is #E9A788. Grayscale: #474747. Windows color (decimal): -15312777 or 7821334. OLE color: 7821334.

HSL color Cylindrical-coordinate representation of color #165877: hue angle of 199.18º 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 #165877 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 22 88 119 -
CMYK 0.82 0.26 0 0.53
HSL 199.18º 0.69% 0.28% -
HSV(B) 199.18º 0.82% 0.47% -
XYZ 7.15 8.48 18.71 -
YUV 71.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 22 88 119 0.82 0.26 0 0.53 199.18 0.69 0.28
Hex 16 58 77 52 1A 0 35 C7 45 1C
Octal 26 130 167 122 32 0 65 307 105 34
Binary 10110 1011000 1110111 1010010 11010 0 110101 11000111 1000101 11100

Color Harmonies of #165877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165877

Black with #165877

Text Example


Text Example

White with #165877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165877; }

 p { color: rgb(22,88,119); }

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

background-color css

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

 a { background-color: rgb(22,88,119); }

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

border-color css

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

 span { border-color: rgb(22,88,119); }

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