Html Css Color HEX #106585 Allports

📋 copy color: '#106585'

red 16 ◦ green 101 ◦ blue 133

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

Shades of Allports #106585

Tints of Allports #106585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 6.4%
G = 40.4%
B = 53.2%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#106585 (or 0x106585) is known color: Allports. HEX triplet: 10, 65 and 85. RGB value is (16,101,133). Sum of RGB (Red+Green+Blue) = 16+101+133=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #106585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106585 is #EF9A7A. Grayscale: #4F4F4F. Windows color (decimal): -15702651 or 8742160. OLE color: 8742160.

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

Color convert

RGB 16 101 133 -
CMYK 0.88 0.24 0 0.48
HSL 196.41º 0.79% 0.29% -
HSV(B) 196.41º 0.88% 0.52% -
XYZ 9.1 11.11 23.86 -
YUV 79.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 16 101 133 0.88 0.24 0 0.48 196.41 0.79 0.29
Hex 10 65 85 58 18 0 30 C4 4F 1D
Octal 20 145 205 130 30 0 60 304 117 35
Binary 10000 1100101 10000101 1011000 11000 0 110000 11000100 1001111 11101

Color Harmonies of #106585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106585

Black with #106585

Text Example


Text Example

White with #106585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106585; }

 p { color: rgb(16,101,133); }

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

background-color css

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

 a { background-color: rgb(16,101,133); }

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

border-color css

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

 span { border-color: rgb(16,101,133); }

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