Html Css Color HEX #165F76 Allports

📋 copy color: '#165F76'

red 22 ◦ green 95 ◦ blue 118

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

Shades of Allports #165F76

Tints of Allports #165F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.43%

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

R = 9.36%
G = 40.43%
B = 50.21%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#165F76 (or 0x165F76) is known color: Allports. HEX triplet: 16, 5F and 76. RGB value is (22,95,118). Sum of RGB (Red+Green+Blue) = 22+95+118=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #165F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F76 is #E9A089. Grayscale: #4B4B4B. Windows color (decimal): -15310986 or 7757590. OLE color: 7757590.

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

Color convert

RGB 22 95 118 -
CMYK 0.81 0.19 0 0.54
HSL 194.38º 0.69% 0.27% -
HSV(B) 194.38º 0.81% 0.46% -
XYZ 7.69 9.66 18.6 -
YUV 75.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 22 95 118 0.81 0.19 0 0.54 194.38 0.69 0.27
Hex 16 5F 76 51 13 0 36 C2 45 1B
Octal 26 137 166 121 23 0 66 302 105 33
Binary 10110 1011111 1110110 1010001 10011 0 110110 11000010 1000101 11011

Color Harmonies of #165F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165F76

Black with #165F76

Text Example


Text Example

White with #165F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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