Html Css Color HEX #106087 Allports

📋 copy color: '#106087'

red 16 ◦ green 96 ◦ blue 135

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

Shades of Allports #106087

Tints of Allports #106087

RGB

 RED value IS 16 (6.64% from 255) = 6.48%

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 6.48%
G = 38.87%
B = 54.66%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#106087 (or 0x106087) is known color: Allports. HEX triplet: 10, 60 and 87. RGB value is (16,96,135). Sum of RGB (Red+Green+Blue) = 16+96+135=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #106087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106087 is #EF9F78. Grayscale: #4C4C4C. Windows color (decimal): -15703929 or 8871952. OLE color: 8871952.

HSL color Cylindrical-coordinate representation of color #106087: hue angle of 199.66º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106087 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 96 135 -
CMYK 0.88 0.29 0 0.47
HSL 199.66º 0.79% 0.3% -
HSV(B) 199.66º 0.88% 0.53% -
XYZ 8.77 10.23 24.43 -
YUV 76.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 16 96 135 0.88 0.29 0 0.47 199.66 0.79 0.3
Hex 10 60 87 58 1D 0 2F C8 4F 1E
Octal 20 140 207 130 35 0 57 310 117 36
Binary 10000 1100000 10000111 1011000 11101 0 101111 11001000 1001111 11110

Color Harmonies of #106087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106087

Black with #106087

Text Example


Text Example

White with #106087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106087; }

 p { color: rgb(16,96,135); }

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

background-color css

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

 a { background-color: rgb(16,96,135); }

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

border-color css

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

 span { border-color: rgb(16,96,135); }

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