Html Css Color HEX #106392 Allports

📋 copy color: '#106392'

red 16 ◦ green 99 ◦ blue 146

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

Shades of Allports #106392

Tints of Allports #106392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 6.13%
G = 37.93%
B = 55.94%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#106392 (or 0x106392) is known color: Allports. HEX triplet: 10, 63 and 92. RGB value is (16,99,146). Sum of RGB (Red+Green+Blue) = 16+99+146=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #106392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106392 is #EF9C6D. Grayscale: #4F4F4F. Windows color (decimal): -15703150 or 9593616. OLE color: 9593616.

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

Color convert

RGB 16 99 146 -
CMYK 0.89 0.32 0 0.43
HSL 201.69º 0.8% 0.32% -
HSV(B) 201.69º 0.89% 0.57% -
XYZ 9.86 11.11 28.82 -
YUV 79.54 165.5 82.68 -
System Red Green Blue C M Y K H S L
Decimal 16 99 146 0.89 0.32 0 0.43 201.69 0.8 0.32
Hex 10 63 92 59 20 0 2B CA 50 20
Octal 20 143 222 131 40 0 53 312 120 40
Binary 10000 1100011 10010010 1011001 100000 0 101011 11001010 1010000 100000

Color Harmonies of #106392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106392

Black with #106392

Text Example


Text Example

White with #106392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106392; }

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

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

background-color css

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

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

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

border-color css

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

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

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