Html Css Color HEX #106387 Allports

📋 copy color: '#106387'

red 16 ◦ green 99 ◦ blue 135

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

Shades of Allports #106387

Tints of Allports #106387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

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

R = 6.4%
G = 39.6%
B = 54%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#106387 (or 0x106387) is known color: Allports. HEX triplet: 10, 63 and 87. RGB value is (16,99,135). Sum of RGB (Red+Green+Blue) = 16+99+135=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #106387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106387 is #EF9C78. Grayscale: #4E4E4E. Windows color (decimal): -15703161 or 8872720. OLE color: 8872720.

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

Color convert

RGB 16 99 135 -
CMYK 0.88 0.27 0 0.47
HSL 198.15º 0.79% 0.3% -
HSV(B) 198.15º 0.88% 0.53% -
XYZ 9.05 10.78 24.53 -
YUV 78.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 16 99 135 0.88 0.27 0 0.47 198.15 0.79 0.3
Hex 10 63 87 58 1B 0 2F C6 4F 1E
Octal 20 143 207 130 33 0 57 306 117 36
Binary 10000 1100011 10000111 1011000 11011 0 101111 11000110 1001111 11110

Color Harmonies of #106387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106387

Black with #106387

Text Example


Text Example

White with #106387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106387; }

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

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

background-color css

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

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

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

border-color css

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

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

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