Html Css Color HEX #106289 Allports

📋 copy color: '#106289'

red 16 ◦ green 98 ◦ blue 137

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

Shades of Allports #106289

Tints of Allports #106289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

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

R = 6.37%
G = 39.04%
B = 54.58%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#106289 (or 0x106289) is known color: Allports. HEX triplet: 10, 62 and 89. RGB value is (16,98,137). Sum of RGB (Red+Green+Blue) = 16+98+137=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #106289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106289 is #EF9D76. Grayscale: #4D4D4D. Windows color (decimal): -15703415 or 9003536. OLE color: 9003536.

HSL color Cylindrical-coordinate representation of color #106289: hue angle of 199.34º 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 #106289 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 98 137 -
CMYK 0.88 0.28 0 0.46
HSL 199.34º 0.79% 0.3% -
HSV(B) 199.34º 0.88% 0.54% -
XYZ 9.1 10.65 25.24 -
YUV 77.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 16 98 137 0.88 0.28 0 0.46 199.34 0.79 0.3
Hex 10 62 89 58 1C 0 2E C7 4F 1E
Octal 20 142 211 130 34 0 56 307 117 36
Binary 10000 1100010 10001001 1011000 11100 0 101110 11000111 1001111 11110

Color Harmonies of #106289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106289

Black with #106289

Text Example


Text Example

White with #106289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106289; }

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

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

background-color css

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

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

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

border-color css

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

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

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