Html Css Color HEX #106390 Allports

📋 copy color: '#106390'

red 16 ◦ green 99 ◦ blue 144

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

Shades of Allports #106390

Tints of Allports #106390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 6.18%
G = 38.22%
B = 55.6%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#106390 (or 0x106390) is known color: Allports. HEX triplet: 10, 63 and 90. RGB value is (16,99,144). Sum of RGB (Red+Green+Blue) = 16+99+144=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #106390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106390 is #EF9C6F. Grayscale: #4F4F4F. Windows color (decimal): -15703152 or 9462544. OLE color: 9462544.

HSL color Cylindrical-coordinate representation of color #106390: hue angle of 201.09º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106390 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 99 144 -
CMYK 0.89 0.31 0 0.44
HSL 201.09º 0.8% 0.31% -
HSV(B) 201.09º 0.89% 0.56% -
XYZ 9.71 11.05 28.01 -
YUV 79.31 164.5 82.84 -
System Red Green Blue C M Y K H S L
Decimal 16 99 144 0.89 0.31 0 0.44 201.09 0.8 0.31
Hex 10 63 90 59 1F 0 2C C9 50 1F
Octal 20 143 220 131 37 0 54 311 120 37
Binary 10000 1100011 10010000 1011001 11111 0 101100 11001001 1010000 11111

Color Harmonies of #106390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106390

Black with #106390

Text Example


Text Example

White with #106390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106390; }

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

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

background-color css

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

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

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

border-color css

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

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

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