Html Css Color HEX #106589 Allports

📋 copy color: '#106589'

red 16 ◦ green 101 ◦ blue 137

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

Shades of Allports #106589

Tints of Allports #106589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.94%

R = 6.3%
G = 39.76%
B = 53.94%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#106589 (or 0x106589) is known color: Allports. HEX triplet: 10, 65 and 89. RGB value is (16,101,137). Sum of RGB (Red+Green+Blue) = 16+101+137=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #106589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106589 is #EF9A76. Grayscale: #4F4F4F. Windows color (decimal): -15702647 or 9004304. OLE color: 9004304.

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

Color convert

RGB 16 101 137 -
CMYK 0.88 0.26 0 0.46
HSL 197.85º 0.79% 0.3% -
HSV(B) 197.85º 0.88% 0.54% -
XYZ 9.38 11.22 25.34 -
YUV 79.69 160.34 82.57 -
System Red Green Blue C M Y K H S L
Decimal 16 101 137 0.88 0.26 0 0.46 197.85 0.79 0.3
Hex 10 65 89 58 1A 0 2E C6 4F 1E
Octal 20 145 211 130 32 0 56 306 117 36
Binary 10000 1100101 10001001 1011000 11010 0 101110 11000110 1001111 11110

Color Harmonies of #106589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106589

Black with #106589

Text Example


Text Example

White with #106589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106589; }

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

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

background-color css

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

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

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

border-color css

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

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

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